pytorch/torch/_dynamo/variables
Animesh Jain 0da07a6d1d [dynamo][skip-function] Add missing unimplemented line (#146322)
This is a missing line from the merged PR in the stack below. Lets try to get this in quickly.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/146322
Approved by: https://github.com/StrongerXi, https://github.com/jansel, https://github.com/mlazos
2025-02-03 22:11:55 +00:00
..
__init__.py [Trace PyDispatcher] Support temporarily_pop_interpreter_stack ctx manager (#146271) 2025-02-03 21:47:54 +00:00
base.py Turn on mypy for _dynamo/variables/builtin.py (#145552) 2025-01-30 22:21:32 +00:00
builder.py [dynamo] Support frozenset({..}).__contains__ (#146062) 2025-01-31 23:22:58 +00:00
builtin.py [dynamo] misc fixes for inspect (#146283) 2025-02-03 04:26:10 +00:00
constant.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
ctx_manager.py [Trace PyDispatcher] Support temporarily_pop_interpreter_stack ctx manager (#146271) 2025-02-03 21:47:54 +00:00
dicts.py [dynamo][dicts] Support construction of types.MappingProxyType (#145994) 2025-01-31 00:47:31 +00:00
distributed.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
functions.py [dynamo][skip-function] Add missing unimplemented line (#146322) 2025-02-03 22:11:55 +00:00
higher_order_ops.py [hop] fix unbacked_bindings meta for while_loop (#143559) 2025-01-30 21:33:09 +00:00
iter.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lazy.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
lists.py Remove incorrect BuiltinVariable.call_hasattr() (#145551) 2025-01-30 22:21:19 +00:00
misc.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00
nn_module.py Revert "inductor: Don't throw an internal error when a nn.module is missing a attribute (#145122)" 2025-01-31 17:39:23 +00:00
optimizer.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
script_object.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
sdpa.py
tensor.py fix incorrect literal strings / accidental tuples (#146037) 2025-02-03 15:08:11 +00:00
torch.py [Trace PyDispatcher] Support temporarily_pop_interpreter_stack ctx manager (#146271) 2025-02-03 21:47:54 +00:00
torch_function.py PEP585 update - torch/_dynamo (#145105) 2025-01-18 20:47:11 +00:00
user_defined.py [dynamo][enum] Trace through enum.py for enum construction (#146070) 2025-02-02 03:12:36 +00:00