pytorch/torch/_dynamo/variables
Yanbo Liang 0dad85b402 [Dynamo] Fix torch.tensor call with tuple (#115713)
Land #114383 on behalf of @ezyang since he is on recharge and this is an high priority issue.
Fix #114231

Pull Request resolved: https://github.com/pytorch/pytorch/pull/115713
Approved by: https://github.com/angelayi, https://github.com/voznesenskym
2023-12-13 04:08:12 +00:00
..
__init__.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
base.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
builder.py [Dynamo][6.3/N] Further cleanup torch.py (#114669) 2023-12-11 07:16:03 +00:00
builtin.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
constant.py [dynamo] Improve support for dynamic shapes str.format and _assert (#115203) 2023-12-06 04:54:45 +00:00
ctx_manager.py [contextlib] Wrapping a function with set_grad_enabled will consume its global mutation (#113359) 2023-11-09 19:16:20 +00:00
dicts.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
distributed.py [DeviceMesh] Rename _device_mesh.py to device_mesh.py to prepare for beta (#115099) (#115193) 2023-12-08 08:44:32 +00:00
functions.py [dynamo] Fix a closure cell empty error (#115541) 2023-12-12 00:01:51 +00:00
higher_order_ops.py [Reland][HigherOrderOp] make MapHigherOrder create map_impl (#115561) 2023-12-12 20:45:01 +00:00
iter.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
lazy.py [dynamo] Remove VariableTracker.propagate (#111726) 2023-11-07 19:55:19 +00:00
lists.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
misc.py [Dynamo][6.3/N] Further cleanup torch.py (#114669) 2023-12-11 07:16:03 +00:00
nn_module.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
optimizer.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
tensor.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00
torch_function.py [dynamo] Eagerly install guards (#111415) 2023-11-07 19:55:19 +00:00
torch.py [Dynamo] Fix torch.tensor call with tuple (#115713) 2023-12-13 04:08:12 +00:00
user_defined.py Remove replace_all and make VTs mutable (#113725) 2023-12-10 09:31:21 +00:00