TFLGpuDelegateDelete top-level property

void Function(Pointer<TfLiteDelegate>) TFLGpuDelegateDelete
final

Destroys a delegate created with TFLGpuDelegateCreate call.

Implementation

final void Function(Pointer<TfLiteDelegate>) TFLGpuDelegateDelete = tfliteGpuLib.lookup<NativeFunction<Void Function(Pointer<TfLiteDelegate> delegate)>>('TFLGpuDelegateDelete').asFunction();