TensorFlow interface for GNU Octave, for running inference with trained models saved in the SavedModel format.
Select Category:
TFModel
|
A trained TensorFlow model loaded from a SavedModel directory, for running inference. |
TF_Tensor
|
A TensorFlow Tensor holding a copy of an Octave array. |
TF_Graph
|
A TensorFlow Graph, holding the operations a Session executes. |
TF_Session
|
A TensorFlow Session, which executes the operations of a Graph. |
tensorflow
|
This is a TensorFlow binding for GNU Octave. |