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