TfLiteGpuInferencePriority enum

Inheritance

Constructors

TfLiteGpuInferencePriority()
const

Values

auto → const TfLiteGpuInferencePriority

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_AUTO,

maxPrecision → const TfLiteGpuInferencePriority

TFLITE_GPU_INFERENCE_PRIORITY_MAX_PRECISION,

minLatency → const TfLiteGpuInferencePriority

TFLITE_GPU_INFERENCE_PRIORITY_MIN_LATENCY,

minMemoryUsage → const TfLiteGpuInferencePriority

TFLITE_GPU_INFERENCE_PRIORITY_MIN_MEMORY_USAGE,

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<TfLiteGpuInferencePriority>
A constant List of the values in this enum, in order of their declaration.