modify annotation of DepthwiseConv2d

This commit is contained in:
wangnan39@huawei.com 2020-04-14 16:03:55 +08:00
parent 6721541c9d
commit 4a292d48f9
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ class DepthwiseConv2dNative(PrimitiveWithInfer):
Inputs:
- **input** (Tensor) - Tensor of shape :math:`(N, C_{in}, H_{in}, W_{in})`.
- **weight** (Tensor) - Set size of kernel is :math:`(K_1, K_2)`, then the shape is
:math:`(channel_{multiplier}, C_{in}, K_1, K_2)`.
:math:`(\text{channel_multiplier}, C_{in}, K_1, K_2)`.
Outputs:
Tensor of shape :math:`(N, C_{in} * \text{channel_multiplier}, H_{out}, W_{out})`.