TFLGpuDelegateDelete top-level property
Destroys a delegate created with TFLGpuDelegateCreate call.
Implementation
final void Function(Pointer<TfLiteDelegate>) TFLGpuDelegateDelete = tfliteGpuLib.lookup<NativeFunction<Void Function(Pointer<TfLiteDelegate> delegate)>>('TFLGpuDelegateDelete').asFunction();