Skip to content

MLBEDSW-10167: Write out all input tensors to passthrough ops

Johan Gunnarsson requested to merge MLBEDSW-10167 into main

We don't have tensor mappings for passthrough ops, so we should write out all input tensors in the order we read them in. Before this patch we only wrote out the IFM tensors. Not the Params tensors.

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

Merge request reports