TfLiteGpuDelegateOptionsV2Default top-level property

TfLiteGpuDelegateOptionsV2 Function() TfLiteGpuDelegateOptionsV2Default
final

Populates TfLiteGpuDelegateOptionsV2 as follows: is_precision_loss_allowed = false inference_preference = TFLITE_GPU_INFERENCE_PREFERENCE_FAST_SINGLE_ANSWER priority1 = TFLITE_GPU_INFERENCE_PRIORITY_MAX_PRECISION priority2 = TFLITE_GPU_INFERENCE_PRIORITY_AUTO priority3 = TFLITE_GPU_INFERENCE_PRIORITY_AUTO experimental_flags = TFLITE_GPU_EXPERIMENTAL_FLAGS_ENABLE_QUANT max_delegated_partitions = 1

Implementation

final TfLiteGpuDelegateOptionsV2 Function() TfLiteGpuDelegateOptionsV2Default =
    tfliteGpuLib.lookup<NativeFunction<TfLiteGpuDelegateOptionsV2 Function()>>('TfLiteGpuDelegateOptionsV2Default').asFunction();