Skip to content

MLBEDSW-11334: Refactor SupportsFusedRescale to SupportsQuantization

Alexander Bengtsson requested to merge MLBEDSW-11334 into main
  • SupportsFusedRescale was used to validate whether a single rescale operation could be fused onto a specific operation type.
  • SupportsQuantization instead validates whether the current quantization is supported for the operation. This can be used to validate rescale-fusion to multiple connections simultaneously and enables more advanced rescale-fusing logic in GraphIR.
  • Use hardware-helpers to validate data types and zero points.

Signed-off-by: Alexander Bengtsson Alexander.Bengtsson@arm.com Change-Id: Id58fe38c540fd78fc09cf0580766b33fe3671f8c

Merge request reports

Loading