tfLiteInterpreterGetInputTensor property
Pointer<Void> Function(Pointer<Void> interpreter, int inputIndex)
tfLiteInterpreterGetInputTensor
latefinal
Implementation
late final Pointer<Void> Function(Pointer<Void> interpreter, int inputIndex)
tfLiteInterpreterGetInputTensor = _lib
.lookup<NativeFunction<Pointer<Void> Function(Pointer<Void>, Int32)>>(
'TfLiteInterpreterGetInputTensor')
.asFunction();