Skip to content

EntropyOrg/perl-AI-TensorFlow-Libtensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 5, 2023
c9df2bf · Oct 5, 2023
Jan 30, 2023
Oct 3, 2023
Oct 3, 2023
Oct 5, 2023
Oct 3, 2023
Oct 5, 2023
Jan 16, 2023
Jan 16, 2023
Oct 3, 2023
Oct 3, 2023
Oct 3, 2023
Nov 25, 2022
Nov 25, 2022
Oct 5, 2023
Nov 25, 2022
Nov 25, 2022
Jun 5, 2023
Oct 5, 2023
Dec 18, 2022
Dec 22, 2022

Repository files navigation

NAME

AI::TensorFlow::Libtensorflow - Bindings for Libtensorflow deep learning library

Binder quay.io images

SYNOPSIS

use aliased 'AI::TensorFlow::Libtensorflow' => 'Libtensorflow';

DESCRIPTION

The libtensorflow library provides low-level C bindings for TensorFlow with a stable ABI.

For more detailed information about this library including how to get started, see AI::TensorFlow::Libtensorflow::Manual.

CLASS METHODS

Version

my $version = Libtensorflow->Version();
like $version, qr/(\d|\.)+/, 'Got version';

Returns

Str

Version number for the libtensorflow library.

C API: TF_Version

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022-2023 by Auto-Parallel Technologies, Inc.

This is free software, licensed under:

The Apache License, Version 2.0, January 2004