pytorch/torch/_dynamo/variables
2025-02-08 22:42:12 +00:00
..
__init__.py Suport generators (#141055) 2025-02-08 22:42:12 +00:00
base.py [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
builder.py dynamo: fsdp throw unimplemented vs attribute error (#146188) 2025-02-04 21:45:55 +00:00
builtin.py Suport generators (#141055) 2025-02-08 22:42:12 +00:00
constant.py [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
ctx_manager.py [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
dicts.py [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
distributed.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
functions.py Implement generator.send(..) (#144422) 2025-02-08 22:42:12 +00:00
higher_order_ops.py [Trace PyDispatcher] Add CustomFunctionHigherOrderOperatorVariable (#146272) 2025-02-04 20:55:51 +00:00
iter.py [dynamo][fullgraph] Do not skip frame with fullgraph=True (#146527) 2025-02-06 18:56:07 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py [dynamo] Use polyfill to implement comparison operators (#144485) 2025-02-06 17:27:07 +00:00
misc.py Suport generators (#141055) 2025-02-08 22:42:12 +00:00
nn_module.py inductor: Don't throw an internal error when a nn.module is missing a attribute (#145122) 2025-02-05 05:49:32 +00:00
optimizer.py [Dynamo] Fix spammy optimizer warning (#146374) 2025-02-05 01:03:49 +00:00
script_object.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
sdpa.py [dynamo] Simplify creation of VariableTrackers (#135714) 2024-10-18 09:36:46 +00:00
tensor.py [dynamo] Support functools.partial variables through inspect.signature (#146339) 2025-02-04 04:39:39 +00:00
torch_function.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
torch.py [Trace PyDispatcher] Support temporarily_pop_interpreter_stack ctx manager (#146271) 2025-02-03 21:47:54 +00:00
user_defined.py Suport generators (#141055) 2025-02-08 22:42:12 +00:00