tfLiteInterpreterDelete property

void Function(Pointer<Void> interpreter) tfLiteInterpreterDelete
latefinal

Implementation

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