TFLGpuDelegateOptionsDefault top-level property

TFLGpuDelegateOptions Function() TFLGpuDelegateOptionsDefault
final

Populates TFLGpuDelegateOptions as follows: allow_precision_loss = false; wait_type = TFLGpuDelegateWaitType::TFLGpuDelegateWaitTypePassive; enable_quantization = true;

Implementation

final TFLGpuDelegateOptions Function() TFLGpuDelegateOptionsDefault = tfliteGpuLib.lookup<NativeFunction<TFLGpuDelegateOptions Function()>>('TFLGpuDelegateOptionsDefault').asFunction();