GpuDelegateOptions class
Metal Delegate options Options for a delegate that is not deprecated; see the delegate class for why, and prefer PerformanceConfig unless you need this level of control.
Constructors
- GpuDelegateOptions({bool allowPrecisionLoss = false, int waitType = TFLGpuDelegateWaitType.TFLGpuDelegateWaitTypePassive, bool enableQuantization = true})
-
Creates default Metal delegate options.
factory
Properties
Methods
-
delete(
) → void - Releases native resources for these options.
-
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