Commits


Gary Miguel authored and GitHub committed 93e239747f3
Construct valid graphs for ONNX checker for IR version < 4. (#9665) * Construct valid graphs for ONNX checker for IR version < 4. Previously the constructed graph was not guaranteed to have its initializers be a subset of its inputs, which is required for IR version < 4. This resulted in spurious failures. Fixes #9663