mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[ez] dynamo fix typo in comment (#150828)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/150828 Approved by: https://github.com/anijain2305, https://github.com/Skylion007 ghstack dependencies: #150753, #150754, #150755
This commit is contained in:
parent
5eebcb991a
commit
d5a19e4525
|
|
@ -2607,7 +2607,7 @@ def handle_traced_output(example_value, tx, proxy, options, subclass_type, targe
|
|||
# For newly constructed objects that have mutable attributes, we usually
|
||||
# construct their VariableTracker via `track_object_new`, but since
|
||||
# tensor variable construction is a bit different, we handle them
|
||||
# speically here. This ensures that codegen will actually generate the
|
||||
# specially here. This ensures that codegen will actually generate the
|
||||
# attribute mutations on this tensor.
|
||||
#
|
||||
# NOTE we pass a dummy object as the `item` argument to avoid
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user