TFLGpuDelegateOptionsDefault top-level property
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();