!45195 fix glu docs
Merge pull request !45195 from lianliguang/code_docs_ms
This commit is contained in:
commit
100b5066df
|
@ -19,4 +19,4 @@ mindspore.nn.GLU
|
|||
- **x** (Tensor) - Tensor的shape为 :math:`(\ast_1, N, \ast_2)` 。 `*` 表示任意数量的维度。
|
||||
|
||||
输出:
|
||||
Tensor,数据类型与输入 `x` 相同,shape等于 `x` 按照 `axis` 拆分后的一半。
|
||||
Tensor,数据类型与输入 `x` 相同,shape为 :math:`(\ast_1, M, \ast_2)`,其中 :math:`M=N/2`
|
||||
|
|
|
@ -16,7 +16,7 @@ mindspore.ops.glu
|
|||
- **axis** (int,可选) - 指定分割轴。数据类型为整型,默认值:-1。
|
||||
|
||||
返回:
|
||||
Tensor,数据类型与输入 `x` 相同,shape为 :math:`(\ast_1, M, \ast_2)`,其中:math:`M=N/2`
|
||||
Tensor,数据类型与输入 `x` 相同,shape为 :math:`(\ast_1, M, \ast_2)`,其中 :math:`M=N/2`
|
||||
|
||||
异常:
|
||||
- **TypeError** - `x` 数据类型不是number.Number。
|
||||
|
|
Loading…
Reference in New Issue