Fusion Pass Examples
This directory provides examples for implementing custom fusion passes by inheriting GE-provided classes and overriding their methods:
| Example | Example Link |
|---|---|
| MatMul+Add fused to GEMM custom pass example | README |
| Move ReLU after Concat before Concat custom pass example | README |
| Move ReLU after Concat before Concat custom pass example (Python version) | README |
| Modify Conv operator data format custom pass example | README |
| Modify Conv operator data format custom pass example (Python version) | README |
Development Guide
If developing pattern-based fusion passes, recommended reading:
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考



