Skip to content

MLBEDSW-11034: Set correct OFM shape for LUTs

Johan Gunnarsson requested to merge MLBEDSW-11034 into main

We want LUTs to have same IFM and OFM shape in case the LUT ends up not being fused later on. If it's not fused, it will be converted to a pool op, which needs valid IFM and OFM shapes otherwise the IFM area may be incorrect. We can not use OFM's storage shape, since it can be an unexpected shape due to reshape ops.

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

Merge request reports

Loading