pytorch/torch/_dynamo/variables
2025-10-29 16:52:31 +00:00
..
__init__.py [user-streams] Move StreamContextVariable into streams module (#164343) 2025-10-29 02:49:54 +00:00
base.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
builder.py Revert "[dynamo][guards] 1/N Guard selectively for DTensor (#165824)" 2025-10-29 16:52:31 +00:00
builtin.py Support python slicing with tensor inputs. (#165074) 2025-10-29 01:18:45 +00:00
constant.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
ctx_manager.py [user-streams] Move StreamContextVariable into streams module (#164343) 2025-10-29 02:49:54 +00:00
dicts.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
distributed.py [dynamo] Clean up assert in dynamo [3/N] (#165903) 2025-10-28 22:29:35 +00:00
functions.py [dynamo] Move more FUNCTION_MATCH to CLOSURE_MATCH (#166444) 2025-10-28 23:19:42 +00:00
higher_order_ops.py [pytree] add treespec_{leaf,tuple,dict} functions for args_spec modification (#160843) 2025-10-29 09:16:24 +00:00
iter.py [2/N] Fix unused loop variables (#166500) 2025-10-29 08:30:35 +00:00
lazy.py Fix pyrefly ignores 1/n (#166239) 2025-10-26 00:44:10 +00:00
lists.py Support python slicing with tensor inputs. (#165074) 2025-10-29 01:18:45 +00:00
misc.py [dynamo][guards] Do not guard on the queue_callback (#166437) 2025-10-28 22:37:38 +00:00
nn_module.py [dynamo] Clean up assert in dynamo [3/N] (#165903) 2025-10-28 22:29:35 +00:00
optimizer.py Revert "[1/N] Remove unused loop variables (#166258)" 2025-10-29 11:10:37 +00:00
script_object.py [dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/script_object.py (#159343) 2025-08-01 21:30:41 +00:00
sdpa.py More ruff SIM fixes (#164695) 2025-10-09 03:24:50 +00:00
streams.py [user-streams] Support streams as contexts (#164507) 2025-10-29 04:46:08 +00:00
tensor.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
torch_function.py [dynamo] Dont guard on getset descriptors for torch_function (#166346) 2025-10-28 04:33:56 +00:00
torch.py docs: fix typos (#164879) 2025-10-28 12:00:36 +00:00
user_defined.py [dynamo] Fix python_type for UserDefinedClassExceptionVariable (#166251) 2025-10-27 16:47:32 +00:00