Skip to content

MLBEDSW-11245: Pass through unvisited TFLite subgraphs

Johan Gunnarsson requested to merge MLBEDSW-11245 into main
  • Pass through unvisited TFLite subgraphs.
  • Insert a placeholder (empty) graph to preserve the original graph indexing. The ops from this graph were inlined into the main graph, but TFLite CALL/IF/WHILE ops on CPU still reference other graphs by their indices, so the index order must remain intact.

Signed-off-by: Johan Gunnarsson johan.gunnarsson@arm.com Change-Id: I055aebf8f4bd6363ea39939a5204df9a290f8641

Merge request reports

Loading