pytorch/torch/_dynamo/variables
2025-02-03 02:01:57 +00:00
..
__init__.py [dynamo][dicts] Support construction of types.MappingProxyType (#145994) 2025-01-31 00:47:31 +00:00
base.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
builder.py [dynamo] Support frozenset({..}).__contains__ (#146062) 2025-01-31 23:22:58 +00:00
builtin.py [Dynamo][Trace PyDispatcher] Support calling id function over class (#146269) 2025-02-02 22:29:30 +00:00
constant.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
ctx_manager.py Revert "[dynamo] Use polyfill to implement comparison operators (#144485)" 2025-01-29 21:30:42 +00:00
dicts.py [dynamo][dicts] Support construction of types.MappingProxyType (#145994) 2025-01-31 00:47:31 +00:00
distributed.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
functions.py [dynamo][functions] Improve getattr on functions (#146075) 2025-02-03 02:01:57 +00:00
higher_order_ops.py [hop] fix unbacked_bindings meta for while_loop (#143559) 2025-01-30 21:33:09 +00:00
iter.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
misc.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00
nn_module.py Revert "inductor: Don't throw an internal error when a nn.module is missing a attribute (#145122)" 2025-01-31 17:39:23 +00:00
optimizer.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
script_object.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py [dynamo] Graph break on tensor.retain_grad (#146214) 2025-02-02 03:12:36 +00:00
torch_function.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
torch.py [dynamo/export] call local_scalar_dense when full() value is scalar tensor (#144999) 2025-01-31 02:45:43 +00:00
user_defined.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00