flutter-tflite
flutter-tflite copied to clipboard
Confusing name for running inference with multple inputs/outputs
I find the name runForMultipleInputs() confusing because it also needs to be used when multiple outputs exists, but only one input.
Is there a way to run inference on a model which requires multiple both inputs and outputs?