mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Docs: Fix typos in the Symbolic Numbers docstrings (#151181)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/151181 Approved by: https://github.com/soulitzer
This commit is contained in:
committed by
PyTorch MergeBot
parent
ddfc14b3ae
commit
101c4f482a
@ -616,7 +616,7 @@ class SymInt:
|
||||
|
||||
class SymFloat:
|
||||
"""
|
||||
Like an float (including magic methods), but redirects all operations on the
|
||||
Like a float (including magic methods), but redirects all operations on the
|
||||
wrapped node. This is used in particular to symbolically record operations
|
||||
in the symbolic shape workflow.
|
||||
"""
|
||||
@ -735,7 +735,7 @@ class SymFloat:
|
||||
|
||||
class SymBool:
|
||||
"""
|
||||
Like an bool (including magic methods), but redirects all operations on the
|
||||
Like a bool (including magic methods), but redirects all operations on the
|
||||
wrapped node. This is used in particular to symbolically record operations
|
||||
in the symbolic shape workflow.
|
||||
|
||||
|
Reference in New Issue
Block a user