onnxruntime
93e23974 - Construct valid graphs for ONNX checker for IR version < 4. (#9665)

Commit
4 years ago
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
Author
Parents
Loading