pytorch/torch/_dynamo/variables
2025-07-12 05:47:06 +00:00
..
__init__.py [Dynamo] [SetSubclass] Add support for user defined sets (#153553) 2025-07-04 00:45:25 +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 [BE][2/16] fix typos in torch/ (torch/_*/) (#156312) 2025-07-12 05:47:06 +00:00
builtin.py [dict] Allow Dynamo to trace through explicit dict dunder method call (#154794) 2025-07-10 22:50:39 +00:00
constant.py Fixes for CPython int/float tests (#155978) 2025-07-02 15:04:00 +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 [dict] Implement dict.__eq__ and dict.__ne__ (#154942) 2025-07-10 22:50:39 +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] do not issue lru_cache warning for functions in the top-level torch namespace (#157598) 2025-07-04 08:17:50 +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] Avoid recompiling over unused objects (#156891) 2025-07-09 20:14:34 +00:00
lists.py [list] Add list.__delitem__ (#156339) 2025-07-07 14:51:32 +00:00
misc.py [Dynamo] [FrozensetSubclass] Add support for user defined frozensets (#154263) 2025-07-04 00:46:05 +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 [dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/torch.py (#157344) 2025-07-08 00:46:56 +00:00
user_defined.py [OrderedDict] Implement explicit OrderedDict dunder method call (#154943) 2025-07-10 22:50:39 +00:00