pytorch/torch/_dynamo/variables
Yuanhao Ji 0423a7b322 [Dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/nn_module.py (#151895)
Part of #147913

Replace `unimplemented` with`unimplemented_v2` in `torch/_dynamo/variables/nn_module.py`

Pull Request resolved: https://github.com/pytorch/pytorch/pull/151895
Approved by: https://github.com/williamwen42

Co-authored-by: William Wen <william.wen42@gmail.com>
2025-04-27 11:54:42 +00:00
..
__init__.py [dynamo] context manager/decorator for dynamo config patching during tracing (#150586) 2025-04-23 09:12:13 +00:00
base.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
builder.py [PT2] - Allowlist should have precedence (#151942) 2025-04-26 00:58:43 +00:00
builtin.py Add an additional check to trigger graph break for sparse tensor (#151897) 2025-04-26 21:02:32 +00:00
constant.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
ctx_manager.py [dynamo] context manager/decorator for dynamo config patching during tracing (#150586) 2025-04-23 09:12:13 +00:00
dicts.py [Dynamo] Allow dynamo to handle 'or' operator between two dicts (#147305) 2025-04-11 04:47:31 +00:00
distributed.py [Dyamo] Replace unimplemented with unimplemented_v2 for variables/distributed (#148500) 2025-03-05 20:41:43 +00:00
functions.py [dynamo] context manager/decorator for dynamo config patching during tracing (#150586) 2025-04-23 09:12:13 +00:00
higher_order_ops.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
iter.py [dynamo] unpack sequence lazily for list extend/deque extendleft (#150965) 2025-04-10 19:31:31 +00:00
lazy.py [Dynamo] Use LazyVariableTracker in base VT (#151847) 2025-04-23 18:18:01 +00:00
lists.py Mark auto_functionalized HOPs as cacheable (#151194) 2025-04-14 20:05:32 +00:00
misc.py [Dynamo] Clean up old torch function flag (#149711) 2025-04-21 21:33:58 +00:00
nn_module.py [Dynamo] Replace unimplemented with unimplemented_v2 in torch/_dynamo/variables/nn_module.py (#151895) 2025-04-27 11:54:42 +00:00
optimizer.py [dynamo][optimizers] Install ID_GUARDED tensors into the Fx graph (#147824) 2025-02-28 03:22:11 +00:00
script_object.py Document dynamo (#146736) 2025-02-13 00:02:21 +00:00
sdpa.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
tensor.py [Dynamo][Misc] Apply typing hints for codegen (#150289) 2025-04-04 14:26:22 +00:00
torch_function.py [Dynamo] Clean up old torch function flag (#149711) 2025-04-21 21:33:58 +00:00
torch.py [dynamic shapes] user-code friendly statically_known_true, has_static_value (#151601) 2025-04-24 02:53:59 +00:00
user_defined.py Add functionality for installing free variables (#151134) 2025-04-24 17:57:54 +00:00