Skip to content

Commit

Permalink
Fix square docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmovic committed Aug 15, 2024
1 parent f0d13a6 commit 0cd74ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/oneflow/framework/docstr/math_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@
r"""Returns a new tensor with the square of the elements of :attr:`input`.
.. math::
\text{out}_{i} = \sqrt{\text{input}_{i}}
\text{out}_{i} = \text{input}_{i} ^ {2}
Args:
input (Tensor): the input tensor.
Expand Down

0 comments on commit 0cd74ba

Please sign in to comment.