pytorch/torch/_dynamo/variables
2024-02-09 18:18:23 +00:00
..
__init__.py [dynamo] Improve support for backwards hooks (#119525) 2024-02-09 17:02:40 +00:00
base.py [dynamo] Improve support for backwards hooks (#119525) 2024-02-09 17:02:40 +00:00
builder.py [Dynamo][15/N] Merge allow_in_graph/inline/skip trace rules check into trace_rule.lookup (#118971) 2024-02-07 05:15:39 +00:00
builtin.py [dynamo] inlining into __iter__ of user defined object (#119243) 2024-02-08 17:07:30 +00:00
constant.py Print the value of constants in __str__ (#119276) 2024-02-08 16:23:36 +00:00
ctx_manager.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
dicts.py [dynamo] support dict.clear() (#119197) 2024-02-06 01:17:55 +00:00
distributed.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
functions.py [Dynamo][15/N] Merge allow_in_graph/inline/skip trace rules check into trace_rule.lookup (#118971) 2024-02-07 05:15:39 +00:00
higher_order_ops.py [export] Convert internal tests to using .module() (#119105) 2024-02-08 17:19:07 +00:00
iter.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
lazy.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
lists.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
misc.py [dynamo] Fix missing guards in FunctoolsPartialVariable (#118616) 2024-02-06 23:42:43 +00:00
nn_module.py [Dynamo][16/N] Move skipfiles to trace_rules.py (#119432) 2024-02-09 18:18:23 +00:00
optimizer.py [dynamo,optim] Use the actual sources from the parameters when tracing "params" in an optimizer (#118535) 2024-02-02 14:42:56 +00:00
sdpa.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
tensor.py [dynamo] Improve support for backwards hooks (#119525) 2024-02-09 17:02:40 +00:00
torch_function.py Unify MYPYINDUCTOR and MYPY (#118432) 2024-01-27 17:23:20 +00:00
torch.py [Dynamo][15/N] Merge allow_in_graph/inline/skip trace rules check into trace_rule.lookup (#118971) 2024-02-07 05:15:39 +00:00
user_defined.py [dynamo] Improve support for backwards hooks (#119525) 2024-02-09 17:02:40 +00:00