Skip to content

Models converted via MLIR outputs only once #401

@kwon0408

Description

@kwon0408

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.

Screenshots
Image

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions