onnxruntime
f267b7ed - Fix MatmulTransposeFusion when input A and B are the same (#24373)

Commit
1 year ago
Fix MatmulTransposeFusion when input A and B are the same (#24373) ### Description MatmulTransposeFusion does not work correctly when input A and B are the same for a `MatMul` node. ![image](https://github.com/user-attachments/assets/48a6afd8-13d0-48d4-b86f-53a866c47803) Fixes #24341 ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
Author
Parents
Loading