pytorch/torch/_dynamo/variables
2025-05-09 16:14:23 +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 has_triton: Use the device interface for detecting Triton availability (#139171) 2025-05-07 12:23:10 +00:00
builtin.py Add infra to run CPython tests under Dynamo (#150787) 2025-05-07 04:03:14 +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] replace unimplemented with unimplemented_v2 in variables/functions.py (#151277) 2025-05-05 18:45:40 +00:00
higher_order_ops.py Stop proxy-ing autograd.Function.ctx into the graph (#152621) 2025-05-08 13:32:54 +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] Fix bug in hasattr(tensor, "size") (#152883) 2025-05-08 01:16:01 +00:00
torch_function.py [dynamo] Harden torch function dispatchability check for attributes and methods access (#153082) 2025-05-09 16:14:23 +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 [dynamo] Relax guard introduced when tracing __call__ on user defined object (#152395) 2025-04-30 17:34:21 +00:00