pytorch/torch/_dynamo/variables
2023-12-05 01:31:33 +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] Improve support for inspect.signature().parameters (#115047) 2023-12-04 19:08:36 +00:00
builder.py Fix https://github.com/pytorch/pytorch/issues/114899 (#114985) 2023-12-03 05:24:02 +00:00
builtin.py [dynamo] support dict.fromkeys() / OrderedDict.fromkeys() / defaultdict.fromkeys() (#115010) 2023-12-04 01:49:59 +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 [dynamo] Fix dict.get with no default (#115048) 2023-12-05 01:31:33 +00:00
distributed.py Revert "[DeviceMesh] Rename _device_mesh.py to device_mesh.py to prepare for beta (#114710) (#114991)" 2023-12-02 17:55:51 +00:00
functions.py [dynamo] Improve support for inspect.signature().parameters (#115047) 2023-12-04 19:08:36 +00:00
higher_order_ops.py [autograd.Function] Fix torch.compile w/ once_differentiable leads to opaque graph break (#113625) 2023-12-04 21:37:06 +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] Improve support for inspect.signature().parameters (#115047) 2023-12-04 19:08:36 +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