Commits


Patrice Vignola authored and GitHub committed c151afec713
[DML EP] Fix unconnected node removal logic (#14193) ### Description Fix unconnected node removal logic ### Motivation and Context The edges need to be removed before the nodes themselves, otherwise the indices will reference the wrong nodes.