tfLiteInterpreterGetOutputTensorCount property

int Function(Pointer<Void> interpreter) tfLiteInterpreterGetOutputTensorCount
latefinal

Implementation

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