pytorch/torch/_dynamo/variables
2025-06-30 17:56:01 +00:00
..
__init__.py [hop] support torch.func.functional_call in hop subgraph (#155886) 2025-06-28 23:47:46 +00:00
base.py [dynamo] update base variable call_method hint with note on comprehensions (#156769) 2025-06-25 21:55:55 +00:00
builder.py [dynamo] move error_on_graph_break out of config (#156762) 2025-06-26 21:40:38 +00:00
builtin.py Revert "Fixes for CPython int/float tests (#155978)" 2025-06-30 14:49:44 +00:00
constant.py Revert "Fixes for CPython int/float tests (#155978)" 2025-06-30 14:49:44 +00:00
ctx_manager.py [hop] support torch.func.functional_call in hop subgraph (#155886) 2025-06-28 23:47:46 +00:00
dicts.py [BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314) 2025-06-23 02:57:19 +00:00
distributed.py [BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314) 2025-06-23 02:57:19 +00:00
functions.py [dynamo] Better error for invalid @contextlib.contextmanager usage (#156924) 2025-06-27 15:50:36 +00:00
higher_order_ops.py [hop] support torch.func.functional_call in hop subgraph (#155886) 2025-06-28 23:47:46 +00:00
iter.py [dynamo] updating gb_type names for uniqueness (#154452) 2025-05-28 16:54:10 +00:00
lazy.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
lists.py [dynamo] allow symints in list.__setitem__ (#156197) 2025-06-25 06:20:35 +00:00
misc.py [dynamo] add set_fullgraph decorator/context manager (#154289) 2025-06-26 21:40:38 +00:00
nn_module.py [BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314) 2025-06-23 02:57:19 +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 [Hierarchical-Compile] Track mutations for setitem (#155880) 2025-06-13 18:59:31 +00:00
torch_function.py [BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314) 2025-06-23 02:57:19 +00:00
torch.py Revert "[dynamo] Fix issue with tensors passed as view() shapes (#156928)" 2025-06-30 17:56:01 +00:00
user_defined.py [BE][4/16] fix typos in torch/ (torch/_dynamo/) (#156314) 2025-06-23 02:57:19 +00:00