-
-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environment (please complete the following information):
- OS/OS Version: Windows 11 24H2 build 26100.4652
- Source Version: master/2.19.0; master/2.19.0-p2
- Unity Version: Unity 6 (6000.0.27f1)
Describe the bug
If a TFLite model converted via MLIR is loaded, the model makes a successful output only for the first input. The second and further inputs are just ignored.
To Reproduce
I have uploaded the repro project to one of my repos.
The model is Fuel efficiency prediction from the TensorFlow tutorial.
Expected behavior
For each input the model should make an output.
Additional context
Inspecting the sample models with Netron, I found they are converted via TOCO (the old method).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
