pytorch/torch/_dynamo/variables
2023-03-14 07:06:54 +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 control_flow.{cond/map} allows tracked_fakes divergence (#96546) 2023-03-14 07:06:54 +00:00
builtin.py [Dynamo] No graph break on namedtuple and potential other functions (#96122) 2023-03-07 08:00:21 +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 Support nn.Module forward hooks in torchdynamo (#92125) 2023-02-24 05:10:29 +00:00
tensor.py raw_values is dead (#95703) 2023-03-01 05:38:43 +00:00
torch.py control_flow.{cond/map} allows tracked_fakes divergence (#96546) 2023-03-14 07:06:54 +00:00
user_defined.py [Dynamo] Remove torch.autograd.profiler.profile workaround in UserDefined (#95504) 2023-02-25 05:15:01 +00:00