org.tensorflow.lite

TensorFlowLite モデルを読み込んで実行するためのクラスを定義します。

インターフェース

委任 ネイティブの TensorFlow Lite 委譲のラッパー。
DelegateFactory ランタイム フレーバーごとにデリゲートを作成できます。
InterpreterApi 試験運用版メソッドを除く TensorFlow Lite モデル インタープリタのインターフェース。
Tensor TensorFlow Lite で使用される型付き多次元配列。

クラス

インタプリタ TensorFlow Lite でモデル推論を促進するためのドライバクラス。
Interpreter.Options ランタイム インタープリタの動作を制御するオプション クラス。
InterpreterApi.Options ランタイム インタープリタの動作を制御するオプション クラス。
InterpreterFactory InterpreterApi インスタンスを作成するためのファクトリ。
Tensor.QuantizationParams TFLite モデルのスキーマ ファイル 内のテーブル QuantizationParameters に対応する量子化パラメータ。
TensorFlowLite TensorFlowLite ランタイムとネイティブ コードを読み込むための静的ユーティリティ メソッド。

列挙型

DataType TensorFlow Lite Tensor 内の要素の型を列挙型として表します。
InterpreterApi.Options.TfLiteRuntime TensorFlow Lite ランタイム実装の取得元を表す列挙型。
RuntimeFlavor TFLite ランタイムを表します。