pytorch/torch/_dynamo/variables
2024-12-26 22:04:35 +00:00
..
__init__.py [dynamo] Remove transformers ModelOutput hack (#143567) 2024-12-21 01:46:14 +00:00
base.py dynamo tracing perf: slight improvement on __instancecheck__: 47.77 -> 47.62 (#143064) 2024-12-19 09:19:35 +00:00
builder.py [dynamo] Remove DICT_SUBCLASS_GUARD_MANAGER and use dict.keys (#143722) 2024-12-24 02:00:18 +00:00
builtin.py dynamo tracing perf: kill import: 50.36 -> 49.12 (#143062) 2024-12-22 06:38:46 +00:00
constant.py [dynamo] Expand support of enum attribute access (#142268) 2024-12-10 19:32:40 +00:00
ctx_manager.py [FSDP2] Move to public torch.distributed.fsdp (#141868) 2024-12-07 01:24:28 +00:00
dicts.py [dynamo] Remove transformers ModelOutput hack (#143567) 2024-12-21 01:46:14 +00:00
distributed.py [dynamo] Fix VariableBuilder._wrap on frozenset and enforce invariants on ConstantVariable (#141504) 2024-11-27 21:58:35 +00:00
functions.py Add support for contextmanager in Dynamo (#136033) 2024-12-20 12:02:20 +00:00
higher_order_ops.py Improve cond error messaging (#143595) 2024-12-20 01:19:20 +00:00
iter.py [BE]: Apply PERF401 autofixes from ruff (#140980) 2024-11-20 17:52:07 +00:00
lazy.py dynamo tracing perf: slight improvement on __instancecheck__: 47.77 -> 47.62 (#143064) 2024-12-19 09:19:35 +00:00
lists.py [dynamo] Use proper item source for NamedTupleVariable (#142437) 2024-12-10 19:23:48 +00:00
misc.py Revert "[dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699)" 2024-12-26 22:04:35 +00:00
nn_module.py [dynamo] Support multiple inheritance for custom dict construction (#142416) 2024-12-13 05:13:05 +00:00
optimizer.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
script_object.py Add basic mypy annotations to dynamo (#132415) 2024-08-04 18:43:36 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py Remove unused Python variables in torch/[_-a]* (#133492) 2024-12-12 17:39:14 +00:00
torch_function.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
torch.py [export] add is_exporting flag (#142425) 2024-12-18 21:36:28 +00:00
user_defined.py Revert "[dynamo] Remove dead code after introducing UserDefinedDictVariable (#143699)" 2024-12-26 22:04:35 +00:00