createRuntime function

LiteRtLmNativeRuntime createRuntime()

Implementation

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