createRuntime function
Implementation
LiteRtLmNativeRuntime createRuntime() {
return Platform.isAndroid ? LiteRtLmJniRuntime() : LiteRtLmFfiRuntime();
}
LiteRtLmNativeRuntime createRuntime() {
return Platform.isAndroid ? LiteRtLmJniRuntime() : LiteRtLmFfiRuntime();
}