Skip to content

EntropyOrg/perl-AI-TensorFlow-Libtensorflow

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