Skip to content

MLBEDSW-10494: Supported-op checks for patterns (2)

Alexander Bengtsson requested to merge MLBEDSW-10494 into main
  • Refactor existing pattern-matching algorithms to use the supported-ops framework. Pattern-matching optimisations will run after reshape-removal, but before single-op checks and any other optimisations.
  • Remove BatchToSpaceND and SpaceToBatchND from supported-ops as supported variants are now expected to be pattern-matched before reaching the single-op checks.

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

Merge request reports

Loading