forked from OSSInnovation/mindspore
fix typo in formula
This commit is contained in:
parent
c46e267cfd
commit
849b84abb1
|
@ -156,10 +156,10 @@ class Dense(Cell):
|
||||||
ValueError: If weight_init or bias_init shape is incorrect.
|
ValueError: If weight_init or bias_init shape is incorrect.
|
||||||
|
|
||||||
Inputs:
|
Inputs:
|
||||||
- **input** (Tensor) - Tensor of shape :math:`(N, in_channels)`.
|
- **input** (Tensor) - Tensor of shape :math:`(N, in\_channels)`.
|
||||||
|
|
||||||
Outputs:
|
Outputs:
|
||||||
Tensor of shape :math:`(N, out_channels)`.
|
Tensor of shape :math:`(N, out\_channels)`.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
>>> net = nn.Dense(3, 4)
|
>>> net = nn.Dense(3, 4)
|
||||||
|
|
Loading…
Reference in New Issue