pytorch/torch/_dynamo/variables
2025-03-20 20:46:15 +00:00
..
__init__.py Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
base.py [Dynamo] Replace unimplemented withunimplemented_v2 in torch/_dynamo/variables/base.py (#148177) 2025-03-13 06:35:51 +00:00
builder.py Add is_batchedtensor to dynamo builder (#149541) 2025-03-20 20:46:15 +00:00
builtin.py Allow setting attribute to NestedUserFunctionVariable (#146505) 2025-03-20 19:59:30 +00:00
constant.py Replace unimplemented with unimplemented_v2 for dynamo (#148158) 2025-03-03 21:00:17 +00:00
ctx_manager.py [compile] Switch off inference mode during compilation (#149321) 2025-03-19 02:45:27 +00:00
dicts.py [BE][PYFMT] migrate PYFMT for torch._dynamo to ruff format (#144549) 2025-02-28 03:03:53 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py Allow setting attribute to NestedUserFunctionVariable (#146505) 2025-03-20 19:59:30 +00:00
higher_order_ops.py [hop] Rework the check of Metadata in the functionalization key (#148789) 2025-03-18 20:30:59 +00:00
iter.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py [dynamo] allow global import from collections import deque in user code (#148676) 2025-03-10 13:14:05 +00:00
misc.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +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] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py [compile] Switch off inference mode during compilation (#149321) 2025-03-19 02:45:27 +00:00
torch_function.py [BE][PYFMT] migrate PYFMT for torch._dynamo to ruff format (#144549) 2025-02-28 03:03:53 +00:00
torch.py [compile] Switch off inference mode during compilation (#149321) 2025-03-19 02:45:27 +00:00
user_defined.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +00:00