pytorch/torch/_dynamo/variables
2023-02-01 07:26:19 +00:00
..
__init__.py Properly guard all numpy usage within dynamo and remove UnspecializedNumpyVariable (#90795) 2023-01-06 22:36:38 +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 [Dynamo][Easy] Remove duplicated code in builder.py (#93809) 2023-02-01 07:26:19 +00:00
builtin.py [Dynamo] Supports if condition on user defined object (#90892) 2023-01-26 04:19:32 +00:00
constant.py Properly guard all numpy usage within dynamo and remove UnspecializedNumpyVariable (#90795) 2023-01-06 22:36:38 +00:00
dicts.py [Dynamo] Support context wrapping(e.g, torch.no_grad) on nested functions w/o closure (#92922) 2023-01-26 04:23:35 +00:00
functions.py Fix dynamo func defaults handling for torch.device, size, dtype (#92880) 2023-01-24 21:50:43 +00:00
lists.py [dynamo] Support dynamic slicing (#91341) 2023-01-10 21:23:55 +00:00
misc.py [Dynamo] Support context wrapping(e.g, torch.no_grad) on nested functions w/o closure (#92922) 2023-01-26 04:23:35 +00:00
nn_module.py [Dynamo] Fix bug if module calls module with static forward function (#93299) 2023-01-31 06:16:33 +00:00
tensor.py Change capture_scalar_outputs to use SymInt/SymFloat rather than Tensor to model scalars (#93150) 2023-01-31 21:23:23 +00:00
torch.py [Dynamo] Support out variants of ops mutate the tensors out of the function frame (#93177) 2023-01-29 22:22:58 +00:00
user_defined.py [Dynamo] UserDefinedClassVariable supports python type (#93310) 2023-01-31 17:41:51 +00:00