pytorch/torch/_dynamo/variables
2023-03-22 14:19:59 +00:00
..
__init__.py Rename DynamicShapeVariable to SymNodeVariable cause thats what it is (#94152) 2023-02-08 10:41:10 +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 Extend aot autograd dedup guards to params, stop using positions (#96774) 2023-03-21 05:59:33 +00:00
builtin.py Bump black version to 23.1.0 (#96578) 2023-03-15 06:27:59 +00:00
constant.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
dicts.py [dynamo] Fix OrderedDict reconstruction bytecode (#95800) 2023-03-01 23:39:09 +00:00
functions.py [Dynamo] User defined functions support torch & builtin functions as default arguments (#96563) 2023-03-13 08:28:52 +00:00
lists.py Don't specialize torch.Size with specialize_int = False (#96419) 2023-03-14 01:32:58 +00:00
misc.py [Dynamo] Support torch.{cuda/cpu}.amp.autocast (#95416) 2023-03-10 21:48:08 +00:00
nn_module.py [Dynamo] Support nn.Module.named_children (#97216) 2023-03-22 01:43:10 +00:00
tensor.py [dynamo] handle dim in size kwargs (#96992) (#97098) 2023-03-22 14:19:59 +00:00
torch.py Extend aot autograd dedup guards to params, stop using positions (#96774) 2023-03-21 05:59:33 +00:00
user_defined.py [Dynamo] Remove torch.autograd.profiler.profile workaround in UserDefined (#95504) 2023-02-25 05:15:01 +00:00