Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Star125 committed Jun 12, 2023
1 parent 4011a80 commit f60a11d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/paddle/tensor/math.py
Original file line number Diff line number Diff line change
Expand Up @@ -3386,6 +3386,7 @@ def cummax(x, axis=None, dtype='int64', name=None):
Returns:
out (Tensor), The result of cummax operation. The dtype of cummax result is same with input x.
indices (Tensor), The corresponding index results of cummax operation.
Examples:
Expand Down Expand Up @@ -3460,6 +3461,7 @@ def cummin(x, axis=None, dtype='int64', name=None):
Returns:
out (Tensor), The result of cummin operation. The dtype of cummin result is same with input x.
indices (Tensor), The corresponding index results of cummin operation.
Examples:
Expand Down

0 comments on commit f60a11d

Please sign in to comment.