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