Browse Source

format padding comment

tags/v0.7.0-beta
wuxuejian 5 years ago
parent
commit
b1f536d8a2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/array_ops.py

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

@@ -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)`.


Loading…
Cancel
Save