onnxruntime
f6edf135
- Implement a Gemm/Sum fusion pattern (#9699)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
Implement a Gemm/Sum fusion pattern (#9699) When the pattern Sum(Gemm(A, B), C) exists, we can convert it to Gemm(A, B, C), assuming that C the output of the original Gemm is not used elsewhere, and this change does not break broadcasting.
References
#9699 - Implement a Gemm/Sum fusion pattern
Author
quantatic
Parents
997266a6
Loading