提交 022c79d3 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!70 【轻量级 PR】:fix typo in formula

Merge pull request !70 from 万万没想到/N/A
......@@ -156,10 +156,10 @@ class Dense(Cell):
ValueError: If weight_init or bias_init shape is incorrect.
Inputs:
- **input** (Tensor) - Tensor of shape :math:`(N, in_channels)`.
- **input** (Tensor) - Tensor of shape :math:`(N, in\_channels)`.
Outputs:
Tensor of shape :math:`(N, out_channels)`.
Tensor of shape :math:`(N, out\_channels)`.
Examples:
>>> net = nn.Dense(3, 4)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册