From b1f536d8a245b6357d018e44a7cf378bfa7fced0 Mon Sep 17 00:00:00 2001 From: wuxuejian Date: Wed, 12 Aug 2020 09:57:21 +0800 Subject: [PATCH] format padding comment --- mindspore/ops/operations/array_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mindspore/ops/operations/array_ops.py b/mindspore/ops/operations/array_ops.py index 35a91d0c6..2ec3f1287 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)`. -- GitLab