Browse Source

fixed doc for CumSum

tags/v0.5.0-beta
jiangjinsheng 5 years ago
parent
commit
019911c56a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/math_ops.py

+ 1
- 1
mindspore/ops/operations/math_ops.py View File

@@ -636,7 +636,7 @@ class CumSum(PrimitiveWithInfer):

Inputs:
- **input** (Tensor) - The input tensor to accumulate.
- **axis** (int) - The axis to accumulate the tensor's value.
- **axis** (int) - The axis to accumulate the tensor's value. Only constant value is allowed.

Outputs:
Tensor, the shape of the output tensor is consistent with the input tensor's.


Loading…
Cancel
Save