tfLiteInterpreterGetInputTensorCount property

int Function(Pointer<Void> interpreter) tfLiteInterpreterGetInputTensorCount
latefinal

Implementation

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