Browse Source

fixed spell

tags/v0.3.0-alpha
jiangjinsheng 5 years ago
parent
commit
15f81e9be3
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

@@ -1252,7 +1252,7 @@ class BiasAdd(PrimitiveWithInfer):
r"""
Returns sum of input and bias tensor.

Adds the 1-D bias tensor to the input tensor, and boardcasts the shape on all axis
Adds the 1-D bias tensor to the input tensor, and broadcasts the shape on all axis
except for the channel axis.

Inputs:


Loading…
Cancel
Save