RuntimeFlavor

public final enum RuntimeFlavor

Stellt eine TFLite-Laufzeit dar. Im Gegensatz zu InterpreterApi.Options.TfLiteRuntime stellt diese Aufzählung die tatsächlich verwendete Laufzeit dar, während Letzteres die Präferenz der Laufzeit darstellt.

Übernommene Methoden

finale Ganzzahl
compareTo(RuntimeFlavor-Argument0)
int
compareTo(Objekt arg0)
finaler boolescher Wert
equals(Objekt arg0)
final Class<E>
getDeclaringClass()
finale Ganzzahl
hashCode()
final String
name()
finale Ganzzahl
Ordinale()
String
toString()
Statisches <T erweitert Enum<T>> T
valueOf(Klasse<T> arg0, String arg1)
boolean
equals(Objekt arg0)
final Class<?>
getClass()
int
hashCode()
endgültig void
notify()
endgültig void
notifyAll()
String
toString()
endgültig void
wait(long arg0, int arg1)
endgültig void
wait(lange arg0)
endgültig void
wait()
Abstrakt Int
compareTo(RuntimeFlavor-Argument0)

Enum-Werte

öffentlich statisch final RuntimeFlavor APPLICATION

Eine direkt in die Anwendung integrierte TFLite-Laufzeit.

public static final RuntimeFlavor SYSTEM

Eine vom System bereitgestellte TFLite-Laufzeit (TFLite in Google Play-Diensten).