pytorch/torch/_dynamo/variables
Yanbo Liang ab5385fc50 [Dynamo][6.3/N] Further cleanup torch.py (#114669)
A follow-up PR to clean up what I found during the refactor of torch.py

Pull Request resolved: https://github.com/pytorch/pytorch/pull/114669
Approved by: https://github.com/jansel
2023-12-01 04:08:29 +00:00
..
__init__.py [Dynamo][6.1/N] Refactor out TorchInGraphFunctionVariable and improve heuristic (#113432) 2023-11-17 23:42:00 +00:00
base.py [dynamo] fix functools.wraps on nested functions (#114279) 2023-11-28 22:34:59 +00:00
builder.py [Dynamo][6.3/N] Further cleanup torch.py (#114669) 2023-12-01 04:08:29 +00:00
builtin.py [dynamo] strict=True kwarg for zip (#114047) 2023-11-22 08:48:51 +00:00
constant.py [dynamo] Remove VariableTracker.propagate (#111726) 2023-11-07 19:55:19 +00:00
ctx_manager.py [contextlib] Wrapping a function with set_grad_enabled will consume its global mutation (#113359) 2023-11-09 19:16:20 +00:00
dicts.py Revert "Support tensors as Dict keys (#111196)" 2023-11-15 23:08:00 +00:00
distributed.py Make FakeProcessGroup traceable (#113314) 2023-11-10 16:03:38 +00:00
functions.py [dynamo] fix functools.wraps on nested functions (#114279) 2023-11-28 22:34:59 +00:00
higher_order_ops.py [dynamo][reland] ExecutorchCallDelegateHigherOrderVariable - add sanity check that input and output tensors are disjoint (#114167) 2023-11-28 00:27:23 +00:00
iter.py [dynamo] Remove VariableTracker.add_options (#111725) 2023-11-07 19:55:19 +00:00
lazy.py [dynamo] Remove VariableTracker.propagate (#111726) 2023-11-07 19:55:19 +00:00
lists.py [dynamo] Remove VariableTracker.propagate (#111726) 2023-11-07 19:55:19 +00:00
misc.py [Dynamo][6.3/N] Further cleanup torch.py (#114669) 2023-12-01 04:08:29 +00:00
nn_module.py [dynamo] Fix UnspecializedNNModuleVariable's source (#113852) 2023-11-17 08:17:27 +00:00
optimizer.py [dynamo] Eagerly install guards (#111415) 2023-11-07 19:55:19 +00:00
tensor.py AOTAutograd: handle set_(), detect metadata mutations that cancel out (#111554) 2023-11-28 19:33:35 +00:00
torch_function.py [dynamo] Eagerly install guards (#111415) 2023-11-07 19:55:19 +00:00
torch.py [Dynamo][6.3/N] Further cleanup torch.py (#114669) 2023-12-01 04:08:29 +00:00
user_defined.py [dynamo] Be clearer about dict subtype source availability (#114069) 2023-11-20 18:49:42 +00:00