pytorch/torch/_dynamo/variables
2025-10-28 12:00:36 +00:00
..
__init__.py [user-streams] Move stream code to streams module (#163027) 2025-10-14 05:43:19 +00:00
base.py [10/N] Apply ruff UP035 rule (#165709) 2025-10-25 00:20:13 +00:00
builder.py [dynamo] Dont guard on numpy Cython functions (#166328) 2025-10-27 22:01:10 +00:00
builtin.py [dynamo][guards] CLASS_MATCH guard for readability (#166217) 2025-10-26 18:35:27 +00:00
constant.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
ctx_manager.py [vmap][dynamo] use create_proxy instead of create_node in vmap increate nesting ctx manager (#165675) 2025-10-22 09:46:00 +00:00
dicts.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
distributed.py Re-re-re-re-apply "C++-accessible Placements via pybind11 (#163030)" (#166132) 2025-10-27 21:19:32 +00:00
functions.py [dynamo] Guard selectively on the torch APIs (#166329) 2025-10-28 04:33:56 +00:00
higher_order_ops.py [dynamo, 3.14] fix misc. bugs to get most dynamo unittests passing locally in 3.14 (#164631) 2025-10-28 03:24:22 +00:00
iter.py [dynamo, nested graph breaks] move cell codegen before side effects codegen (#160601) 2025-10-08 22:02:52 +00:00
lazy.py Fix pyrefly ignores 1/n (#166239) 2025-10-26 00:44:10 +00:00
lists.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
misc.py [dynamo][misc] Replace UserFunctionVariable with VariableTracker build (#165707) 2025-10-27 16:47:32 +00:00
nn_module.py [dynamo] Clean up assert in dynamo [2/N] (#165745) 2025-10-22 07:12:37 +00:00
optimizer.py [Dynamo] Don't guard data ptrs by default with mark_static_address (#162208) 2025-09-12 07:15:10 +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 Fix error suppression syntax in onnx, jit, _dynamo (#166249) 2025-10-27 02:01:54 +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