pytorch/torch/_dynamo/variables
2025-05-16 02:55:28 +00:00
..
__init__.py [dynamo] context manager/decorator for dynamo config patching during tracing (#150586) 2025-04-23 09:12:13 +00:00
base.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
builder.py [Dynamo] Catch unserialisable NN modules (#153503) 2025-05-16 02:55:28 +00:00
builtin.py Remove property from python_type function (#152900) 2025-05-13 16:26:25 +00:00
constant.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
ctx_manager.py Return ConstantVariable(None) from WithExitFunctionVariable.exit to prevent NoneType crash inside autocast exception path (#152503) 2025-05-01 04:01:24 +00:00
dicts.py [dynamo] Guard serialization for NAME_MATCH (#152332) 2025-04-29 20:16:00 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py [dynamo][compile-time] Cache the function signature to speedup inlining (#153396) 2025-05-14 14:01:46 +00:00
higher_order_ops.py Revert "[export][cond] support merging constant ints as unbacked symint (#152742)" 2025-05-12 23:06:33 +00:00
iter.py [Dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/iter.py (#151789) 2025-04-28 22:56:39 +00:00
lazy.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
lists.py [Dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/lists.py (#151873) 2025-04-27 11:59:45 +00:00
misc.py Stop proxy-ing autograd.Function.ctx into the graph (#152621) 2025-05-08 13:32:54 +00:00
nn_module.py [dynamo] Guard serialization for NAME_MATCH (#152332) 2025-04-29 20:16:00 +00:00
optimizer.py [dynamo] Guard serialization for NAME_MATCH (#152332) 2025-04-29 20:16:00 +00:00
script_object.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
sdpa.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
tensor.py [dynamo][compile-time] Faster inspect getattr_static for torch.Tensor (#153522) 2025-05-15 05:54:15 +00:00
torch_function.py [dynamo][torch-function] Prevent unnecessary __torch_function__ tracing (#153551) 2025-05-15 14:06:17 +00:00
torch.py [dynamic shapes] user-code friendly statically_known_true, has_static_value (#151601) 2025-04-24 02:53:59 +00:00
user_defined.py Remove property from python_type function (#152900) 2025-05-13 16:26:25 +00:00