pytorch/torch/_dynamo/variables
2022-12-12 09:15:42 +00:00
..
__init__.py [dynamo] Port all pytorch/dynamo and test/dynamo pieces over from symbolic-shapes branch (#88768) 2022-11-13 04:50:21 +00:00
base.py Cache guards once per variable tracker, rather than re-propagating them repeatedly (#89827) 2022-12-02 01:45:05 +00:00
builder.py Make torch._guards, shuffle structures around for migration (#90636) 2022-12-11 23:16:07 +00:00
builtin.py Fix bug in dynamic shapes multiply (#90336) 2022-12-09 00:59:50 +00:00
constant.py Fix exception causes all over the codebase (#90271) 2022-12-07 04:29:00 +00:00
dicts.py Cache guards once per variable tracker, rather than re-propagating them repeatedly (#89827) 2022-12-02 01:45:05 +00:00
functions.py Keep track of source name on all allocated SymInts (#90295) 2022-12-10 13:17:34 +00:00
lists.py Dynamo FX graph stack traceback fix (#87136) 2022-12-06 02:22:16 +00:00
misc.py Make torch._guards, shuffle structures around for migration (#90636) 2022-12-11 23:16:07 +00:00
nn_module.py [Dynamo] Support access nn.Module keys (#90502) 2022-12-12 09:15:42 +00:00
tensor.py [dynamo] Rewrite inplace addcdiv and inplace add (#90330) 2022-12-08 21:19:23 +00:00
torch.py Rewrite dynamo cond() handling to not recursively call export (#90286) 2022-12-08 01:05:12 +00:00
user_defined.py [EASY] Replace direct use of Guard ctor with make_guard (#89945) 2022-11-30 22:45:09 +00:00