Package ai.djl.tensorflow.engine
package ai.djl.tensorflow.engine
Contains implementations of interfaces within the DJL API for the Tensorflow Engine.
- See Also:
-
ClassesClassDescriptionThe wrapper class for native resources required for SavedModelBundle.Helper to convert between
DataType
an the TensorFlow internal DataTypes.TfEngineProvider
is the TensorFlow implementation ofEngineProvider
.TfModel
is the TensorFlow implementation ofModel
.TfNDArray
is the TensorFlow implementation ofNDArray
.TheNDArrayIndexer
used by theTfNDArray
.TfSymbolBlock
is the TensorFlow implementation ofSymbolBlock
.