Browse Source

!7839 BiasAdd update comment

Merge pull request !7839 from VectorSL/comment
tags/v1.1.0
mindspore-ci-bot Gitee 5 years ago
parent
commit
5ca155ae6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mindspore/ops/operations/nn_ops.py

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

@@ -1649,7 +1649,7 @@ class BiasAdd(PrimitiveWithInfer):
- **input_x** (Tensor) - The input tensor. The shape can be 2-4 dimensions.
- **bias** (Tensor) - The bias tensor, with shape :math:`(C)`.
- **data_format** (str) - The format of input and output data. It should be 'NHWC' or 'NCHW',\
default is 'NCHW'.
default is 'NCHW'.
The shape of `bias` must be the same as `input_x` in the second dimension.

Outputs:


Loading…
Cancel
Save