pytorch/torch/_dynamo/variables
2025-07-29 21:24:20 +00:00
..
__init__.py [Dynamo] [SetSubclass] Add support for user defined sets (#153553) 2025-07-04 00:45:25 +00:00
base.py [dynamo][guards] More small guard optimizations (#159345) 2025-07-29 18:36:49 +00:00
builder.py [math] Trace float.fromhex (#156976) 2025-07-23 16:12:08 +00:00
builtin.py [iter] Add support for sequence protocol in iter(..) (#156371) 2025-07-29 21:24:20 +00:00
constant.py Raise exception in Dynamo if op fails in the interpreter (#158661) 2025-07-23 22:31:51 +00:00
ctx_manager.py [BE] fix remaining flake8 v7 warnings (#159044) 2025-07-25 02:56:34 +00:00
dicts.py Correctly handle OP_CONTAINS (#158660) 2025-07-23 22:31:51 +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] [guard] Add caching for inside torch.compile.disable function to avoid unnecessary recompilation. (#157566) 2025-07-28 12:44:22 +00:00
higher_order_ops.py Revert "[HOP, map] Rework of map autograd to the new interface (#153343)" 2025-07-29 19:46:42 +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 Raise exception in Dynamo if op fails in the interpreter (#158661) 2025-07-23 22:31:51 +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 [dynamo][tensor] Skip HASATTR attribute on tensor guards (#158215) 2025-07-15 20:10:47 +00:00
torch_function.py [Bugfix] Fix circular import between export and dynamo from tensor fn map (#158931) 2025-07-24 22:24:57 +00:00
torch.py Graph break with error message (#158800) 2025-07-29 17:34:49 +00:00
user_defined.py [dynamo] unimplemented -> unimplemented_v2 for user_defined.py (#156652) 2025-07-25 15:04:17 +00:00