pytorch/torch/onnx/_internal/exporter
Pian Pawakapan 103bf64a3c [export] refactor _Dim into Dim (#149891)
Summary: forward fix T218515233

Test Plan: test_export

Differential Revision: D71769231

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149891
Approved by: https://github.com/jingsh, https://github.com/angelayi
2025-03-28 06:19:03 +00:00
..
_torchlib [ONNX] Create onnx_symbolic (#148905) 2025-03-18 21:32:06 +00:00
__init__.py
_analysis.py
_building.py [BE][CI] bump ruff to 0.9.2: multiline assert statements (#144546) 2025-02-27 20:46:16 +00:00
_capture_strategies.py [ONNX] Add draft_export as a strategy (#147529) 2025-03-21 03:05:17 +00:00
_compat.py [ONNX] Use onnxscript apis for 2.7 (#148453) 2025-03-05 20:10:00 +00:00
_constants.py [ONNX] Consolidate constants to a single location (#147166) 2025-02-14 19:08:19 +00:00
_core.py [ONNX] Set is_in_onnx_export for dynamo=True (#149678) 2025-03-25 03:16:23 +00:00
_decomp.py [ONNX] Avoid overwriting overlapped decomposed functions (#142831) 2024-12-11 18:47:40 +00:00
_dispatching.py [ONNX] Refactor dispatcher and registry (#147396) 2025-02-19 19:38:28 +00:00
_dynamic_shapes.py [export] refactor _Dim into Dim (#149891) 2025-03-28 06:19:03 +00:00
_errors.py
_flags.py [ONNX] Set is_in_onnx_export for dynamo=True (#149678) 2025-03-25 03:16:23 +00:00
_fx_passes.py [ONNX] Clean up the diagnostics module (#149864) 2025-03-26 05:58:32 +00:00
_ir_passes.py [ONNX] Refactor dispatcher and registry (#147396) 2025-02-19 19:38:28 +00:00
_isolated.py
_onnx_program.py [ONNX] Assert capture strategy in tests (#148348) 2025-03-05 22:31:54 +00:00
_registration.py [ONNX] Use onnxscript apis for 2.7 (#148453) 2025-03-05 20:10:00 +00:00
_reporting.py [ONNX] Add draft_export as a strategy (#147529) 2025-03-21 03:05:17 +00:00
_schemas.py [BE][CI] bump ruff to 0.9.2: multiline assert statements (#144546) 2025-02-27 20:46:16 +00:00
_tensors.py
_testing.py [ONNX] Assert capture strategy in tests (#148348) 2025-03-05 22:31:54 +00:00
_verification.py [ONNX] Update types in VerificationInfo (#149377) 2025-03-18 15:37:39 +00:00