fix doc for glu

This commit is contained in:
lianliguang 2023-03-07 10:42:30 +08:00
parent 50af203426
commit 1034c6e81f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ mindspore.nn.GLU
其中,:math:`a` 表示输入Tensor的前一半元素:math:`b` 表示输入Tensor的另一半元素。
这里 :math:`\sigma` 为sigmoid函数:math:`\otimes` 为矩阵的基本乘
这里 :math:`\sigma` 为sigmoid函数:math:`\otimes` 是Hadamard乘积
参数:
- **axis** (int) - 指定分割轴。数据类型为整型,默认值:-1输入x的最后一维。