mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
ONNX had mismatch checker usage between cpp and python and it's later fixed by https://github.com/onnx/onnx/pull/4386. And since `torch.onnx.export` is using cpp checker for graph-level check with older version of ONNX,this improvement should be added. Also, this version bump enables #83186 Updated 12/5/2022: This PR includes ONNX 1.13.0 release (https://github.com/onnx/onnx/tree/rel-1.13.0) For [CVE-2022-25882](https://nvd.nist.gov/vuln/detail/CVE-2022-25882) Pull Request resolved: https://github.com/pytorch/pytorch/pull/90332 Approved by: https://github.com/kit1980, https://github.com/malfet |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| c2_ref_test.py | ||
| conversion_test.py | ||
| helper_test.py | ||
| onnx_backend_test.py | ||
| ssa_test.py | ||
| test_utils.py | ||