Commits


Adrian Lizarraga authored and GitHub committed 1a22d245e2c
[QNN EP] Fix auto_pad handling for Conv operator (#16299) ### Description Correctly sets padding when the `auto_pad` attribute is specified for Conv operator. ### Motivation and Context Needed to correctly translate ONNX Conv to QNN Conv2d.