공개 정적 최종 enum InterpreterApi.Options.TfLiteRuntime
TensorFlow Lite 런타임 구현을 가져올 위치를 나타내는 열거형입니다.
이 클래스와 RuntimeFlavor 클래스의 차이점: 이 클래스는 환경설정을 지정하는 반면 RuntimeFlavor
는 사용되는 정확한 런타임을 지정합니다.
상속된 메서드
java.lang.Enum 클래스에서 상속됨
최종 정수 |
compareTo(InterpreterApi.Options.TfLiteRuntime arg0)
|
int |
compareTo(Object arg0)
|
최종 불리언 |
같음(Object arg0)
|
Final Class<InterpreterApi.Options.TfLiteRuntime> |
getDeclaringClass()
|
최종 정수 |
hashCode()
|
최종 문자열 |
name()
|
최종 정수 |
ordinal()
|
String |
toString()
|
static <T extends Enum<T>> T |
java.lang.Object
클래스에서 상속됨
java.lang.Comparable
인터페이스에서 상속됨
추상 정수 |
compareTo(InterpreterApi.Options.TfLiteRuntime arg0)
|