tfLiteInterpreterDelete property
Implementation
late final void Function(Pointer<Void> interpreter) tfLiteInterpreterDelete =
_lib
.lookup<NativeFunction<Void Function(Pointer<Void>)>>(
'TfLiteInterpreterDelete')
.asFunction();