createRuntime function
Creates the native runtime for the current IO platform.
Implementation
LiteRtLmNativeRuntime createRuntime() {
return Platform.isAndroid ? createJniRuntime() : createFfiRuntime();
}
Creates the native runtime for the current IO platform.
LiteRtLmNativeRuntime createRuntime() {
return Platform.isAndroid ? createJniRuntime() : createFfiRuntime();
}