diff --git a/mindspore/ops/operations/array_ops.py b/mindspore/ops/operations/array_ops.py index 35a91d0c61..2ec3f12872 100644 --- a/mindspore/ops/operations/array_ops.py +++ b/mindspore/ops/operations/array_ops.py @@ -654,7 +654,7 @@ class Padding(PrimitiveWithInfer): Inputs: - **x** (Tensor) - The shape of tensor is :math:`(x_1, x_2, ..., x_R)`. The rank of x should be at least 2. - The last dimension of x should be 1. + The last dimension of x should be 1. Outputs: Tensor, the shape of tensor is :math:`(z_1, z_2, ..., z_N)`.