onnxruntime/include
Gary Miguel 93e239747f
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
2021-11-12 09:13:28 +10:00
..
onnxruntime/core Construct valid graphs for ONNX checker for IR version < 4. (#9665) 2021-11-12 09:13:28 +10:00