pytorch/torch/_dynamo/variables
2025-03-11 18:55:45 +00:00
..
__init__.py Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
base.py [dynamo] Make nonstrict_trace work with some pytree.register_constant-ed instances (#148007) 2025-03-05 21:28:26 +00:00
builder.py Introduce UserDefinedExceptionClassVariable (#146504) 2025-03-11 18:55:45 +00:00
builtin.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +00:00
constant.py Replace unimplemented with unimplemented_v2 for dynamo (#148158) 2025-03-03 21:00:17 +00:00
ctx_manager.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +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 Correctly propagate exception to parent tx (#146502) 2025-03-11 18:55:45 +00:00
higher_order_ops.py [scan] Refactoring of input checking and dynamo invocation (#142125) 2025-03-06 01:06:54 +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 [BE][PYFMT] migrate PYFMT for torch._dynamo to ruff format (#144549) 2025-02-28 03:03:53 +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 [BE][Ez]: Use itertools.chain.from_iterable when possible (#148190) 2025-03-06 20:37:06 +00:00
user_defined.py Add __context/cause/suppress_context/traceback__ to Exception (#146499) 2025-03-11 18:55:45 +00:00