pytorch/torch/_dynamo/variables
2025-04-17 08:43:03 +00:00
..
__init__.py Revert "[dynamo] context manager/decorator for dynamo config patching during tracing (#150586)" 2025-04-16 16:13:47 +00:00
base.py [dynamo][error message] Hint for dict_items as inputs to the compiled region (#151169) 2025-04-14 17:38:20 +00:00
builder.py [Dynamo] Implement sourceless named tuple support (#151266) 2025-04-17 08:43:03 +00:00
builtin.py [dynamo] unimplemented -> unimplemented_v2 in variables/builtin.py (#151145) 2025-04-16 17:16:05 +00:00
constant.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
ctx_manager.py Revert "[dynamo] context manager/decorator for dynamo config patching during tracing (#150586)" 2025-04-16 16:13:47 +00:00
dicts.py [Dynamo] Allow dynamo to handle 'or' operator between two dicts (#147305) 2025-04-11 04:47:31 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py Revert "[dynamo] context manager/decorator for dynamo config patching during tracing (#150586)" 2025-04-16 16:13:47 +00:00
higher_order_ops.py [dynamo][invoke_subgraph] Use FxGraphModule comparison instead of hashing (#150911) 2025-04-14 23:34:26 +00:00
iter.py [dynamo] unpack sequence lazily for list extend/deque extendleft (#150965) 2025-04-10 19:31:31 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py Mark auto_functionalized HOPs as cacheable (#151194) 2025-04-14 20:05:32 +00:00
misc.py [dynamo] Properly handle super().some_classmethod(...) (#151060) 2025-04-15 03:55:34 +00:00
nn_module.py [dynamo] more better error messages [3/N] (#147494) 2025-02-28 06:23:28 +00:00
optimizer.py [dynamo][optimizers] Install ID_GUARDED tensors into the Fx graph (#147824) 2025-02-28 03:22:11 +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][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
torch_function.py [dynamo] handle tensor subclass with non-classmethod __torch_function__ (#151061) 2025-04-15 03:55:34 +00:00
torch.py Propagate callable parameter types using ParamSpec (#142306) (#151014) 2025-04-13 20:38:11 +00:00
user_defined.py [dynamo] handle tensor subclass with non-classmethod __torch_function__ (#151061) 2025-04-15 03:55:34 +00:00