TfLiteGpuInferencePriority class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

TFLITE_GPU_INFERENCE_PRIORITY_AUTO → const int
AUTO priority is needed when a single priority is the most important factor. For example, priority1 = MIN_LATENCY would result in the configuration that achieves maximum performance.
TFLITE_GPU_INFERENCE_PRIORITY_MAX_PRECISION → const int
TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY → const int
TFLITE_GPU_INFERENCE_PRIORITY_MIN_MEMORY_USAGE → const int