EntropyOrg / perl-AI-TensorFlow-Libtensorflow

https://p3rl.org/AI::TensorFlow::Libtensorflow
Other
9 stars 0 forks source link
tensorflow

=pod

=encoding UTF-8

=head1 NAME

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

=for html Binder quay.io images

=head1 SYNOPSIS

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

=head1 DESCRIPTION

The C 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 L.

=head1 CLASS METHODS

=head2 Version

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

B

=over 4

=item Str

Version number for the C library.

=back

B: L<< C|AI::TensorFlow::Libtensorflow::Manual::CAPI/TF_Version >>

=head1 AUTHOR

Zakariyya Mughal zmughal@cpan.org

=head1 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

=cut