Commits


Sumit Agarwal authored and GitHub committed 9dd9461e655
Fix crash in PadFusion (#18557) ### Description This makes a minimal change to address a crash caused by the PadFusion pass. This pass assumed that the "pads" attribute of a child node existed, and it now skips when it's missing. ### 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. --> Co-authored-by: Jeff Bloomfield <38966965+jeffbloo@users.noreply.github.com>