public final class
TensorFlowLite
TensorFlowLite ランタイムとネイティブ コードを読み込むための静的ユーティリティ メソッド。
パブリック メソッド
static void |
init()
TensorFlowLite ネイティブ ライブラリが読み込まれていることを確認します。
|
static 文字列 |
runtimeVersion()
デフォルトの TensorFlowLite ランタイムのバージョンを返します。
|
static 文字列 | |
static 文字列 |
schemaVersion()
デフォルトの TensorFlowLite ランタイムでサポートされている TensorFlowLite モデルスキーマのバージョンを返します。
|
static 文字列 |
schemaVersion(InterpreterApi.Options.TfLiteRuntime ランタイム)
指定された TensorFlowLite ランタイムでサポートされている TensorFlowLite モデルスキーマのバージョンを返します。
|
static 文字列 |
version()
このメソッドは非推奨になりました。
or #schemaVersion() を使用することをおすすめします。 |
継承されるメソッド
パブリック メソッド
public static void init ()
TensorFlowLite ネイティブ ライブラリが読み込まれていることを確認します。
失敗した場合は、適切なエラー メッセージとともに UnpaidLinkError がスローされます。
public static String runtimeVersion (InterpreterApi.Options.TfLiteRuntime runtime)
指定された TensorFlowLite ランタイムのバージョンを返します。
パラメータ
runtime |
---|
public static String schemaVersion ()
デフォルトの TensorFlowLite ランタイムでサポートされている TensorFlowLite モデルスキーマのバージョンを返します。
public static String schemaVersion (InterpreterApi.Options.TfLiteRuntime ランタイム)
指定された TensorFlowLite ランタイムでサポートされている TensorFlowLite モデルスキーマのバージョンを返します。
パラメータ
runtime |
---|