TFLGpuDelegateOptions class

Creates a new delegate instance that need to be destroyed with DeleteFlowDelegate when delegate is no longer used by tflite.

Inheritance
Implemented types
Available extensions

Constructors

TFLGpuDelegateOptions.new()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
allow_precision_loss bool
Allows to quantify tensors, downcast values, process in float16 etc.
getter/setter pair
enable_quantization bool
Allows execution of integer quantized models
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wait_type int
getter/setter pair

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

Static Methods

allocate(bool allow_precision_loss, int wait_type, bool enable_quantization) Pointer<TFLGpuDelegateOptions>