pytorch/torch/export
Angela Yi ad22bd2fa1 [export][refactor][6/n] Remove equality_constraints (#116979)
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
2024-01-09 19:04:47 +00:00
..
__init__.py [BE]: Add better handling of pathlib.Path with os calls (#116564) 2023-12-31 01:46:03 +00:00
_safeguard.py [export] Error grad mode op in export API (#116339) 2024-01-05 22:28:57 +00:00
_trace.py [export] Error grad mode op in export API (#116339) 2024-01-05 22:28:57 +00:00
_unlift.py [export][refactor][4/n] Make equality_constraints optional (#116233) 2024-01-05 00:50:52 +00:00
dynamic_shapes.py [export][refactor][4/n] Make equality_constraints optional (#116233) 2024-01-05 00:50:52 +00:00
exported_program.py [export][refactor][6/n] Remove equality_constraints (#116979) 2024-01-09 19:04:47 +00:00
graph_signature.py Reland "[export] Support user input mutation. [1/2]" (#114496) (#114596) 2023-11-27 20:19:04 +00:00
unflatten.py [export][refactor][4/n] Make equality_constraints optional (#116233) 2024-01-05 00:50:52 +00:00