onnxruntime
e91ff943
- Enable Pad->Conv(no pads) fusion (#22001)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Enable Pad->Conv(no pads) fusion (#22001) ### Description ### Motivation and Context For some model has pattern Pad -> Conv. If the Conv doesn't have pads attributes, the Pad can be fused into Conv.
References
#22001 - Enable Pad->Conv(no pads) fusion
Author
yihonglyu
Parents
20d94648
Loading