tfLiteInterpreterAllocateTensors property

int Function(Pointer<Void> interpreter) tfLiteInterpreterAllocateTensors
latefinal

Implementation

late final int Function(Pointer<Void> interpreter)
    tfLiteInterpreterAllocateTensors = _lib
        .lookup<NativeFunction<Int32 Function(Pointer<Void>)>>(
            'TfLiteInterpreterAllocateTensors')
        .asFunction();