RuntimeFlavor

공개 최종 enum RuntimeFlavor

TFLite 런타임을 나타냅니다. InterpreterApi.Options.TfLiteRuntime와 달리 이 열거형은 사용 중인 실제 런타임을 나타내고, 후자는 어떤 런타임을 사용해야 하는지에 대한 환경설정을 나타냅니다.

상속된 메서드

최종 정수
compareTo(RuntimeFlavor arg0)
int
compareTo(Object arg0)
최종 불리언
같음(Object arg0)
최종Class<E>
getDeclaringClass()
최종 정수
hashCode()
최종 문자열
name()
최종 정수
ordinal()
String
toString()
static <T extends Enum<T>> T
valueOf(Class<T> arg0, String arg1)
boolean
같음(Object arg0)
최종 Class<?>
getClass()
int
hashCode()
최종 void
notify()
최종 void
notifyAll()
String
toString()
최종 void
wait(long arg0, int arg1)
최종 void
wait(long arg0)
최종 void
wait()
추상 정수
compareTo(RuntimeFlavor arg0)

enum 값

public static Final RuntimeFlavor 애플리케이션

애플리케이션에 직접 내장된 TFLite 런타임입니다.

public static Final RuntimeFlavor SYSTEM

시스템에서 제공하는 TFLite 런타임 (Google Play 서비스의 TFLite)