Changes for version 0.0.5 - 2023-01-30
- Features
- Docker images with dependencies for notebooks.
- Support for running notebooks in Binder.
- Documentation
- Add manual index and quickstart guide.
- Add InferenceUsingTFHubEnformerGeneExprPredModel tutorial.
Documentation
Index of manual
List of functions exported by TensorFlow C API
Using TensorFlow to do gene expression prediction using a pre-trained model
Using TensorFlow to do image classification using a pre-trained model
Start here for an overview of the library
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