Browse Source

fix some python code format'

tags/v0.3.0-alpha
gaojing 6 years ago
parent
commit
9772e08a9c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      mindspore/ops/operations/nn_ops.py

+ 4
- 4
mindspore/ops/operations/nn_ops.py View File

@@ -2288,10 +2288,10 @@ class MirrorPad(PrimitiveWithInfer):
Inputs:
- **input_x** (Tensor) - The input tensor.
- **paddings** (Tensor) - The paddings tensor. The value of `paddings` is a matrix(list),
and its shape is (N, 2). N is the rank of input data. All elements of paddings
are int type. For `D` th dimension of input, paddings[D, 0] indicates how many sizes to be
extended ahead of the `D` th dimension of the input tensor, and paddings[D, 1] indicates
how many sizes to be extended behind of the `D` th dimension of the input tensor.
and its shape is (N, 2). N is the rank of input data. All elements of paddings
are int type. For `D` th dimension of input, paddings[D, 0] indicates how many sizes to be
extended ahead of the `D` th dimension of the input tensor, and paddings[D, 1] indicates
how many sizes to be extended behind of the `D` th dimension of the input tensor.

Outputs:
Tensor, the tensor after padding.


Loading…
Cancel
Save