Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.31 KB

README.pod

File metadata and controls

55 lines (30 loc) · 1.31 KB

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