未验证 提交 723cbe9f 编写于 作者: S Shang Zhizhou 提交者: GitHub

update logsumexp doc (#37883)

* update logsumexp doc

* update api doc

* update api doc
上级 7e831b5a
...@@ -1078,7 +1078,8 @@ def logsumexp(x, axis=None, keepdim=False, name=None): ...@@ -1078,7 +1078,8 @@ def logsumexp(x, axis=None, keepdim=False, name=None):
logsumexp(x) = \\log\\sum exp(x) logsumexp(x) = \\log\\sum exp(x)
Args: Args:
x (Tensor): The input Tensor with data type float32, float64. x (Tensor): The input Tensor with data type float32 or float64, which
have no more than 4 dimensions.
axis (int|list|tuple, optional): The axis along which to perform axis (int|list|tuple, optional): The axis along which to perform
logsumexp calculations. ``axis`` should be int, list(int) or logsumexp calculations. ``axis`` should be int, list(int) or
tuple(int). If ``axis`` is a list/tuple of dimension(s), logsumexp tuple(int). If ``axis`` is a list/tuple of dimension(s), logsumexp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册