提交 0257b2e6 编写于 作者: M Megvii Engine Team

fix(doc): fix typo

GitOrigin-RevId: ad0a854774de8d54febe86fc8718d24321d1fcbb
上级 1fa7cad7
......@@ -830,7 +830,7 @@ def logaddexp(x: Tensor, y: Tensor) -> Tensor:
def round(x):
r"""Element-wise :math:`\operatorname{round}(x)` function.
Rounds each element :math:`x_i` of the input tebsor :math:`x` to the nearest integer-valued number.
Rounds each element :math:`x_i` of the input tensor :math:`x` to the nearest integer-valued number.
Args:
x: input tensor. Should have a numeric data type.
......
......@@ -918,7 +918,7 @@ def normalize(
Returns:
normalized output tensor.
seealso:: :func:`numpy.linalg.norm` / :func:`~.functional.norm`
.. seealso:: :func:`numpy.linalg.norm` / :func:`~.functional.norm`
Examples:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册