TFLGpuDelegateWaitType 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

TFLGpuDelegateWaitTypeActive → const int
Minimize latency. It uses active spinning instead of mutex and consumes additional CPU resources.
TFLGpuDelegateWaitTypeAggressive → const int
Tries to avoid GPU sleep mode.
TFLGpuDelegateWaitTypeDoNotWait → const int
Useful when the output is used with GPU pipeline then or if external command encoder is set.
TFLGpuDelegateWaitTypePassive → const int
waitUntilCompleted