pytorch/torch/_dynamo/variables
PyTorch MergeBot 77f66ade66 Revert "use sourceless builder for builtin getattr (#113340)"
This reverts commit d64bc8f0f8.

Reverted https://github.com/pytorch/pytorch/pull/113340 on behalf of https://github.com/huydhn due to Sorry for reverting your change, but the test is failing internally ([comment](https://github.com/pytorch/pytorch/pull/113340#issuecomment-1811684167))
2023-11-15 02:06:00 +00:00
..
__init__.py [dynamo] Add LazyVariableTracker (#111306) 2023-11-07 19:55:19 +00:00
base.py [dynamo] Refactor OrderedDict to dict (#113234) 2023-11-08 09:27:08 +00:00
builder.py [easy]Remove specialized value (#112252) 2023-11-14 19:14:03 +00:00
builtin.py Revert "use sourceless builder for builtin getattr (#113340)" 2023-11-15 02:06:00 +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 Support tensors as Dict keys (#111196) 2023-11-14 19:14:03 +00:00
distributed.py Make FakeProcessGroup traceable (#113314) 2023-11-10 16:03:38 +00:00
functions.py Support tensors as Dict keys (#111196) 2023-11-14 19:14:03 +00:00
higher_order_ops.py [HigherOrderOp] add pytree operands tests for cond (#112661) 2023-11-13 23:09:46 +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 Support tensors as Dict keys (#111196) 2023-11-14 19:14:03 +00:00
nn_module.py [dynamo] Remove VariableTracker.propagate (#111726) 2023-11-07 19:55:19 +00:00
optimizer.py [dynamo] Eagerly install guards (#111415) 2023-11-07 19:55:19 +00:00
tensor.py [easy]Remove specialized value (#112252) 2023-11-14 19:14:03 +00:00
torch_function.py [dynamo] Eagerly install guards (#111415) 2023-11-07 19:55:19 +00:00
torch.py [dynamo] GradModeVariable should only be eagerly initialized when doing the equivalent of set_grad_enabled (#113293) 2023-11-09 06:00:14 +00:00
user_defined.py Support tensors as Dict keys (#111196) 2023-11-14 19:14:03 +00:00