TensorFlowLite

公共最终类 TensorFlowLite

用于加载 TensorFlowLite 运行时和原生代码的静态实用程序方法。

公共方法

static void
init()
确保 TensorFlowLite 原生库已加载。
静态字符串
runtimeVersion()
返回默认 TensorFlowLite 运行时的版本。
静态字符串
runtimeVersionInterpreterApi.Options.TfLiteRuntime 运行时)
返回指定的 TensorFlowLite 运行时的版本。
静态字符串
schemaVersion()
返回默认 TensorFlowLite 运行时支持的 TensorFlowLite 模型架构版本。
静态字符串
schemaVersionInterpreterApi.Options.TfLiteRuntime 运行时)
返回指定的 TensorFlowLite 运行时支持的 TensorFlowLite 模型架构版本。
静态字符串
version()
此方法已废弃。建议使用 or #schemaVersion()

继承的方法

公共方法

public static void init ()

确保 TensorFlowLite 原生库已加载。

如果获取失败,则抛出 UnsatisfiedLinkError,并显示相应的错误消息。

public static String runtimeVersion ()

返回默认 TensorFlowLite 运行时的版本。

public static String runtimeVersion InterpreterApi.Options.TfLiteRuntime 运行时)

返回指定的 TensorFlowLite 运行时的版本。

参数
运行时

public static String schemaVersion ()

返回默认 TensorFlowLite 运行时支持的 TensorFlowLite 模型架构版本。

public static String schemaVersion InterpreterApi.Options.TfLiteRuntime 运行时)

返回指定的 TensorFlowLite 运行时支持的 TensorFlowLite 模型架构版本。

参数
运行时

public static String version ()

此方法已废弃
最好使用 or #schemaVersion()

返回底层 TensorFlowLite 模型架构的版本。