diff --git a/mindspore/ops/operations/nn_ops.py b/mindspore/ops/operations/nn_ops.py index d297c3ad6f..73e1da0301 100644 --- a/mindspore/ops/operations/nn_ops.py +++ b/mindspore/ops/operations/nn_ops.py @@ -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: