tfLiteInterpreterOptionsCreate property

Pointer<Void> Function() tfLiteInterpreterOptionsCreate
latefinal

Implementation

late final Pointer<Void> Function() tfLiteInterpreterOptionsCreate = _lib
    .lookup<NativeFunction<Pointer<Void> Function()>>(
        'TfLiteInterpreterOptionsCreate')
    .asFunction();