pytorch/torch/_dynamo/variables
PyTorch MergeBot adb699189b Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)"
This reverts commit b2d602306a.

Reverted https://github.com/pytorch/pytorch/pull/126578 on behalf of https://github.com/clee2000 due to failed internal test D58394084.  Author has forward fix but includes external changes so reverting is a bit easier to coordinate ([comment](https://github.com/pytorch/pytorch/pull/126578#issuecomment-2161481839))
2024-06-11 19:41:41 +00:00
..
__init__.py [dynamo] Initial exception handling support (#126923) 2024-06-01 13:00:32 +00:00
base.py Add VariableTracker.debug_repr (#126299) 2024-05-15 23:55:29 +00:00
builder.py Mark params static if inlining modules and freezing (#128355) 2024-06-11 06:48:26 +00:00
builtin.py [dynamo] Tensorvariable - track grad with _grad field (#127785) 2024-06-04 18:25:46 +00:00
constant.py [dynamo] Support enum construction (#127364) 2024-05-29 08:09:21 +00:00
ctx_manager.py [dynamo] fix crash when context manager is passed to a function (#125321) 2024-05-03 23:01:30 +00:00
dicts.py Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)" 2024-06-11 19:41:41 +00:00
distributed.py support as_python_constant on PlacementClassVariable (#124398) 2024-05-01 21:56:01 +00:00
functions.py Fix assume_constant_result for UnspecializedNNModuleVariable methods (#127695) 2024-06-07 17:13:43 +00:00
higher_order_ops.py [dynamo] Fix for #127696 (#128358) 2024-06-11 16:43:15 +00:00
iter.py [dynamo] Improve constant-prop for regex/torch.__version__ (#123705) 2024-04-12 19:03:13 +00:00
lazy.py [dynamo] fix crash when context manager is passed to a function (#125321) 2024-05-03 23:01:30 +00:00
lists.py Add VariableTracker.debug_repr (#126299) 2024-05-15 23:55:29 +00:00
misc.py Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)" 2024-06-11 19:41:41 +00:00
nn_module.py Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)" 2024-06-11 19:41:41 +00:00
optimizer.py Fix capturable enablement conditions (#125826) 2024-05-11 06:29:59 +00:00
script_object.py Flip default value for mypy disallow_untyped_defs [1/11] (#127838) 2024-06-08 18:16:33 +00:00
sdpa.py Remove removed ruff rule TRY200 (#126256) 2024-05-17 16:31:05 +00:00
tensor.py Revert "[dynamo] Support ndarray.dtype attribute access (#124490)" 2024-06-06 14:21:29 +00:00
torch_function.py Properly detect nested torch function args (#127496) 2024-06-02 03:43:22 +00:00
torch.py Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)" 2024-06-11 19:41:41 +00:00
user_defined.py Revert "[RELAND][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)" 2024-06-11 19:41:41 +00:00