RuntimeFlavor

公開最終列舉 RuntimeFlavor

代表 TFLite 執行階段。相較於 InterpreterApi.Options.TfLiteRuntime,這個列舉代表正在使用的實際執行階段,後者則代表應使用執行階段的偏好設定。

繼承的方法

最終 int
compareTo(RuntimeFlavor arg0)
int
compareTo(Object arg0)
最終 布林值
equals(Object arg0)
最終 課程<E>
getDeclaringClass()
最終 int
hashCode()
最終字串
name()
最終 int
ordinal()
字串
toString()
static <T 擴充 Enum<T>> T
valueOf(Class<T> arg0, String arg1)
布林值
equals(Object arg0)
最終 課程<?>
getClass()
int
hashCode()
最終 void
notify()
最終 void
notifyAll()
字串
toString()
最終 void
wait(long arg0, int arg1)
最終 void
wait(long arg0)
最終 void
wait()
抽象 int
compareTo(RuntimeFlavor arg0)

列舉值

公開靜態最終結果 RuntimeFlavor APPLICATION

直接內建於應用程式的 TFLite 執行階段。

公開 靜態最終版本 RuntimeFlavor SYSTEM

系統提供的 TFLite 執行階段 (Google Play 服務中的 TFLite)。