## Describe your changes
Add MatMulAddGemm Graph Surgery to transform Add Op followed by Matmul
as Gemm op
Contributed by @gnedanur, #1745
## Checklist before requesting a review
- [ ] Add unit tests for this change.
- [ ] Make sure all tests can pass.
- [ ] Update documents if necessary.
- [ ] Lint and apply fixes to your code by running `lintrunner -a`
- [ ] Is this a user-facing change? If yes, give a description of this
change to be included in the release notes.
- [ ] Is this PR including examples changes? If yes, please remember to
update [example
documentation](https://github.com/microsoft/Olive/blob/main/docs/source/examples.md)
in a follow-up PR.
## (Optional) Issue link
---------
Co-authored-by: Gopi Krishna Nedanuri <gnedanur@qti.qualcomm.com>
Describe your changes
Add MatMulAddGemm Graph Surgery to transform Add Op followed by Matmul as Gemm op
Checklist before requesting a review
lintrunner -a(Optional) Issue link