Skip to content

MLBEDSW-10905: Keep original shapes in FuseRescale

Johan Gunnarsson requested to merge MLBEDSW-10905 into main

CopyInput/CopyOutput replaces the TensorConnection's shape with the tensor's storage shape. This is undesired in case the original network had a RESHAPE between our op and the RESCALE. In that case we want to preserve the original shape.

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

Merge request reports

Loading