pytorch/torch/_dynamo/variables
2023-04-04 20:39:12 +00:00
..
__init__.py [Dynamo] Code refactor: move context managers out of misc.py (#97958) 2023-03-31 23:15:39 +00:00
base.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
builder.py Pass f_locals as a dict rather than kwargs (#98107) 2023-04-04 00:30:08 +00:00
builtin.py [Dynamo] Fix for tuple construction from tuple iterators (#97862) 2023-03-29 19:20:05 +00:00
constant.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
ctx_manager.py [Dynamo] Code refactor: move context managers out of misc.py (#97958) 2023-03-31 23:15:39 +00:00
dicts.py Fix graph break from 'hasattr: HFPretrainedConfigVariable()' (#98119) 2023-04-02 02:56:45 +00:00
functions.py [dynamo 3.11] make create_instruction kwarg mandatory (#98032) 2023-03-31 18:20:51 +00:00
lists.py add support for SymNodeVariable in getitem_const (#97756) 2023-04-04 03:33:25 +00:00
misc.py Support functools.partial and itertools.product (#98120) 2023-04-03 18:23:25 +00:00
nn_module.py [Dynamo] Eagerly initializing Lazy Module to reduce graph breaks (#97946) 2023-04-03 22:24:43 +00:00
tensor.py [Dynamo] graph break when calling resize_() on graph input (#98279) 2023-04-04 20:39:12 +00:00
torch.py Fix issues related to ClassInstantier in HF models (#97997) 2023-04-04 00:01:08 +00:00
user_defined.py Support functools.partial and itertools.product (#98120) 2023-04-03 18:23:25 +00:00