Skip to content

MLBEDSW-10923: Consider upscaling when calculating pad/skirt

Johan Gunnarsson requested to merge MLBEDSW-10923 into main
  • Take upscaling factor into account in CalcPaddingAndSkirt.
  • Make sure ops that have IFM 2x2 upscaling has even stripe height.
  • Don't use clone to create intermediate tensors in LegaliseResize. With Clone, the cloned tensor will use the same srcTensor, and therefore the same tensor name. This make is slightly harder to follow the SchedIR and HLCS.
  • Add the SchedIR tensor UID to the SchedIR tensor name if it has no srcTensor.

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

Merge request reports

Loading