提交 8ae7b1c4 编写于 作者: Charles Lovering's avatar Charles Lovering 提交者: Facebook Github Bot

Update functional.py doc (#21510)

Summary:
- Fixes a typo.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/21510

Differential Revision: D15731277

Pulled By: ezyang

fbshipit-source-id: c3f8e110f5c61e797b857477b495168ea8d63cd5
上级 74828be4
......@@ -533,7 +533,7 @@ def unique_consecutive(input, return_inverse=False, return_counts=False, dim=Non
def tensordot(a, b, dims=2):
r"""Returns a contraction of a and b over multiple dimensions.
:attr:`tensordot` implements a generalizes the matrix product.
:attr:`tensordot` implements a generalized matrix product.
Args:
a (Tensor): Left tensor to contract
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册