Changes for version 0.0.4 - 2022-12-21
- Features
- Add Data::Printer and stringification support for several classes.
- Add `::TFLibrary` class. Move `GetAllOpList()` method there.
- Documentation
- Add InferenceUsingTFHubMobileNetV2Model tutorial.
Documentation
List of functions exported by TensorFlow C API
Using TensorFlow to do image classification using a pre-trained model
Modules
Bindings for Libtensorflow deep learning library
Maps Operation to API description
Buffer that holds pointer to data with length
Datatype enum
A list of devices available for the session to run on
Eager context
Eager context options
A TensorFlow computation, represented as a dataflow graph
Holds options that can be passed to ::Graph::ImportGraphDef
Results from importing a graph definition
Input of operation as (operation, index) pair
Private class for AI::TensorFlow::Libtensorflow
Type to hold string list as void** strings, size_t* lengths, int num_items
Type to hold pointer and size in a scalar (input only)
Type to hold pointer and size in a scalar reference
ArrayRef to pack()'ed scalar argument with size argument (as int)
Maybe[ArrayRef] to pack()'ed scalar argument with size argument (as int) (size is -1 if undef)
Turn FFI::Platypus::Record into packed array (+ size)?
Type library
[private] Allocation utilities
An operation
Operation being built
Output of operation as (operation, index) pair
Session for driving ::Graph execution
Holds options that can be passed during session creation
Status used for error checking
TensorFlow dynamic library handle and ops
A variable-capacity string type
A multi-dimensional array of elements of a single data type
Private API