From 15f81e9be35b4a3efae23aa31fa31e03fec66ab8 Mon Sep 17 00:00:00 2001 From: jiangjinsheng Date: Wed, 20 May 2020 16:25:02 +0800 Subject: [PATCH] fixed spell --- mindspore/ops/operations/nn_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: