mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Through the new dynamic_shapes API and using torch.export.Dim, dimensions that are equal will now be represented by the same symbol, so we no longer need to store `equality_constraints`. Differential Revision: D52351705 Pull Request resolved: https://github.com/pytorch/pytorch/pull/116979 Approved by: https://github.com/avikchaudhuri |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _safeguard.py | ||
| _trace.py | ||
| _unlift.py | ||
| dynamic_shapes.py | ||
| exported_program.py | ||
| graph_signature.py | ||
| unflatten.py | ||