mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Sync the exporter logic with torch-onnx at https://github.com/justinchuby/torch-onnx/compare/v0.1.12...v0.1.15. https://github.com/pytorch/pytorch/issues/129277 - Create a `testing` module to facilitate testing model accuracy. The model is internal - Improve decomp table - Improve model verification logic - Add tests The next PRs will enable OpInfo tests and clean up existing code. Pull Request resolved: https://github.com/pytorch/pytorch/pull/134304 Approved by: https://github.com/titaiwangms