forked from mindspore-Ecosystem/mindspore
fix doc for glu
This commit is contained in:
parent
50af203426
commit
1034c6e81f
|
@ -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的最后一维。
|
||||
|
|
Loading…
Reference in New Issue