Static utility methods loading the TensorFlowLite runtime.
Public Methods
static void |
init()
Ensure the TensorFlowLite native library has been loaded.
|
static String | |
static String | |
static String |
runtimeVersion()
Returns the version of the underlying TensorFlowLite runtime.
|
static String |
schemaVersion()
Returns the version of the underlying TensorFlowLite model schema.
|
static String |
version()
This method was deprecated
in API level .
Prefer using
or #schemaVersion() .
|
Inherited Methods
Public Methods
public static void init ()
Ensure the TensorFlowLite native library has been loaded.
If unsuccessful, throws an UnsatisfiedLinkError with the appropriate error message.
public static String nativeRuntimeVersion ()
public static String nativeSchemaVersion ()
public static String runtimeVersion ()
Returns the version of the underlying TensorFlowLite runtime.
public static String schemaVersion ()
Returns the version of the underlying TensorFlowLite model schema.
public static String version ()
This method was deprecated
in API level .
Prefer using or #schemaVersion()
.
Returns the version of the underlying TensorFlowLite model schema.