pytorch/torch/_dynamo/variables
2025-10-01 16:48:32 +00:00
..
__init__.py [dynamo, 3.14] fix context managers (#163109) 2025-09-30 17:42:03 +00:00
base.py [dynamo][guards] More small guard optimizations (#159345) 2025-07-29 18:36:49 +00:00
builder.py [2/N] Simplify "in" operation for containers of a single item (#164323) 2025-10-01 05:39:11 +00:00
builtin.py [dynamo] Fix handling of kwargs in exception constructor (#163390) 2025-09-24 22:44:14 +00:00
constant.py [dynamo, 3.14] support LOAD_CONST on slice, codegen LOAD_CONST slice instead of BINARY/STORE_SLICE (#163110) 2025-09-30 17:42:11 +00:00
ctx_manager.py [dynamo, 3.14] fix context managers (#163109) 2025-09-30 17:42:03 +00:00
dicts.py Realize LazyVariableTracker before raising exception (#163350) 2025-09-19 19:25:17 +00:00
distributed.py [2/N] Simplify "in" operation for containers of a single item (#164323) 2025-10-01 05:39:11 +00:00
functions.py [1/N] Fix ruff warnings (#164333) 2025-10-01 16:48:32 +00:00
higher_order_ops.py [dynamo][sac] Support functools partial context_fn for sac (#164308) 2025-10-01 02:47:55 +00:00
iter.py [dynamo, 3.14] fix BUILD_TUPLE with 0 args (#163818) 2025-09-30 17:42:40 +00:00
lazy.py [dynamo] Avoid recompiling over unused objects (#156891) 2025-07-09 20:14:34 +00:00
lists.py [dynamo, 3.14] fix BUILD_TUPLE with 0 args (#163818) 2025-09-30 17:42:40 +00:00
misc.py [dynamo, 3.14] support some bytecodes, fix CALL_FUNCTION_EX (#163009) 2025-09-30 17:41:56 +00:00
nn_module.py Use new_tracer_experimental for torchao strict export (#163258) 2025-09-28 19:55:54 +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 [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
tensor.py [2/N] Simplify "in" operation for containers of a single item (#164323) 2025-10-01 05:39:11 +00:00
torch_function.py [dynamo] Be consistent with UserMethodVariable source (#160155) 2025-08-09 04:16:14 +00:00
torch.py [2/N] Simplify "in" operation for containers of a single item (#164323) 2025-10-01 05:39:11 +00:00
user_defined.py NamedTuple: Allow side effects for dynamic attributes (#161645) 2025-09-09 19:42:02 +00:00