org.tensorflow.lite

定义用于加载和执行 TensorFlowLite 模型的类。

接口

委托 原生 TensorFlow Lite 委托的封装容器。
DelegateFactory 允许为不同的运行时变种创建代理。
InterpreterApi TensorFlow Lite 模型解释器的接口,不包括实验性方法。
张量 在 TensorFlow Lite 中使用的类型化多维数组。

Interpreter 使用 TensorFlow Lite 推动模型推断的驱动程序类。
Interpreter.Options 用于控制运行时解释器行为的选项类。
InterpreterApi.Options 用于控制运行时解释器行为的选项类。
InterpreterFactory 用于构建 ExplainerApi 实例的工厂。
Tensor.QuantizationParams TFLite 模型架构文件 中的表 QuantizationParameters 对应的量化参数。
TensorFlowLite 用于加载 TensorFlowLite 运行时和原生代码的静态实用程序方法。

枚举

DataType 以枚举的形式表示 TensorFlow Lite Tensor 中的元素类型。
InterpreterApi.Options.TfLiteRuntime 用于表示从何处获取 TensorFlow Lite 运行时实现的枚举。
RuntimeFlavor 表示 TFLite 运行时。