pytorch/torch/_dynamo/variables
2023-11-03 07:20:43 +00:00
..
__init__.py [dynamo] add infinite generators itertools.{count, repeat, cycle} (#110967) 2023-11-01 00:33:17 +00:00
base.py [dynamo] Remove VariableTracker.as_specialized (#112363) 2023-10-30 20:07:55 +00:00
builder.py Graph break cleanly for test_nestedtensor (#112662) 2023-11-03 07:20:43 +00:00
builtin.py [dynamo] add infinite generators itertools.{count, repeat, cycle} (#110967) 2023-11-01 00:33:17 +00:00
constant.py [dynamo] treat torch.device, torch.dtype as constant literal; revise guards to have access to torch module (#112426) 2023-11-01 05:28:28 +00:00
ctx_manager.py [dynamo] Fix nested torch function mode not setting correct value on exiting (#112621) 2023-11-01 22:07:35 +00:00
dicts.py [dynamo] Support custom dict constructor with kwargs (#112513) 2023-10-31 20:55:38 +00:00
distributed.py [Easy] ConstantVariable() -> .create (#109896) 2023-09-22 22:30:15 +00:00
functions.py Support calling user defined triton kernels with kernel.run (#112292) 2023-10-30 17:51:23 +00:00
higher_order_ops.py [dynamo] Fix typo in higher_order_ops.py (#112750) 2023-11-02 23:43:17 +00:00
iter.py [dynamo] add infinite generators itertools.{count, repeat, cycle} (#110967) 2023-11-01 00:33:17 +00:00
lists.py [dynamo] add infinite generators itertools.{count, repeat, cycle} (#110967) 2023-11-01 00:33:17 +00:00
misc.py [torch.compile] autograd.Function with multiple return values (#112475) 2023-11-02 04:43:49 +00:00
nn_module.py [dynamo] Expand _nonvar_fields names (#111749) 2023-10-23 02:58:16 +00:00
optimizer.py fix(dynamo): Optimizer._init_group did not handle return value (#110709) 2023-11-01 05:22:42 +00:00
tensor.py Graph break cleanly for test_nestedtensor (#112662) 2023-11-03 07:20:43 +00:00
torch_function.py Use pytree.arg_tree_leaves everywhere (#112394) 2023-10-31 15:57:06 +00:00
torch.py Graph break cleanly for test_nestedtensor (#112662) 2023-11-03 07:20:43 +00:00
user_defined.py [dynamo] fix None routing bug during var_getattr on UDO (#111614) 2023-10-29 01:57:43 +00:00