NAME
AI::TensorFlow::Libtensorflow::TFLibrary - TensorFlow dynamic library handle and ops
CONSTRUCTORS
LoadLibrary
C API: TF_LoadLibrary
CLASS METHODS
GetAllOpList
GetAllOpList()
my $buf = AI::TensorFlow::Libtensorflow::TFLibrary->GetAllOpList();
cmp_ok $buf->length, '>', 0, 'Got OpList buffer';
Returns
- TFBuffer
-
Contains a serialized
OpList
proto for ops registered in this address space.
C API: TF_GetAllOpList
METHODS
GetOpList
C API: TF_GetOpList
DESTRUCTORS
DESTROY
C API: TF_DeleteLibraryHandle
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