AI::TensorFlow::Libtensorflow - Bindings for Libtensorflow deep learning library
use aliased 'AI::TensorFlow::Libtensorflow' => 'Libtensorflow';
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.
my $version = Libtensorflow->Version();
like $version, qr/(\d|\.)+/, 'Got version';
Returns
- Str
-
Version number for the
libtensorflow
library.
C API: TF_Version
Zakariyya Mughal <zmughal@cpan.org>
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