Skip to content

Commit

Permalink
fix docs;test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tiancaishaonvjituizi committed May 27, 2022
1 parent 3b4b8fe commit 57bb711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/paddle/tensor/math.py
Expand Up @@ -2980,8 +2980,8 @@ def logcumsumexp(x, axis=None, dtype=None, name=None):
logcumsumexp(x)_{ij} = log \sum_{i=0}^{j}exp(x_{ij})
**Note**:
The first element of the result is the same as the first element of the input.
Note:
The first element of the result is the same as the first element of the input.
Args:
x (Tensor): The input tensor.
Expand Down

0 comments on commit 57bb711

Please sign in to comment.