D
DataType | Represents the type of elements in a TensorFlow Lite Tensor as an enum. |
Delegate | Wrapper for a native TensorFlow Lite Delegate. |
I
Interpreter | Driver class to drive model inference with TensorFlow Lite. |
Interpreter.Options | An options class for controlling runtime interpreter behavior. |
T
Tensor | A typed multi-dimensional array used in Tensorflow Lite. |
Tensor.QuantizationParams | Quantization parameters that corresponds to the table, QuantizationParameters , in the
TFLite
Model schema file. |
TensorFlowLite | Static utility methods loading the TensorFlowLite runtime. |