TfLiteGpuDelegateV2Delete top-level property

void Function(Pointer<TfLiteDelegate> delegate) TfLiteGpuDelegateV2Delete
final

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();