pytorch/torch/_dynamo/variables
Aaron Orenstein db4ce78d46 PEP585: More UP006 fixes (#146392)
This should be the final PR before we can enable RUFF UP006.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146392
Approved by: https://github.com/justinchuby, https://github.com/albanD, https://github.com/Skylion007
2025-02-20 06:18:13 +00:00
..
__init__.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
base.py PEP585: More UP006 fixes (#146392) 2025-02-20 06:18:13 +00:00
builder.py [dynamo][codegen] Implement CSE for pre-graph graph-arg bytecode reconstruction (#147425) 2025-02-20 05:42:52 +00:00
builtin.py PEP585: More UP006 fixes (#146392) 2025-02-20 06:18:13 +00:00
constant.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
ctx_manager.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
dicts.py [dynamo][mappingproxy][inspect] Support existing types.MappingProxyType (#147217) 2025-02-15 07:59:33 +00:00
distributed.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
functions.py PEP585: More UP006 fixes (#146392) 2025-02-20 06:18:13 +00:00
higher_order_ops.py [BaseHOP] change hop(subgraph, operands) to hop(subgraph, *operands) (#146730) 2025-02-20 02:30:36 +00:00
iter.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py [dynamo] Make SliceVariable a subclass of VariableTracker (#147046) 2025-02-14 23:22:27 +00:00
misc.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
nn_module.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
optimizer.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
script_object.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py Add no_data_dependent_graph_break mode (#147342) 2025-02-18 23:33:47 +00:00
torch_function.py Revert "Implement cuda graphs implementation of torch.cond and torch.while_loop (#140979)" 2025-02-13 18:04:26 +00:00
torch.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
user_defined.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00