!15874 Update Conv3d descriptions

From: @dinglinhe123
Reviewed-by: @wuxuejian,@ljl0711
Signed-off-by: @wuxuejian
This commit is contained in:
mindspore-ci-bot 2021-04-30 14:09:34 +08:00 committed by Gitee
commit dd611df9f3
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ class Conv3d(_Conv):
where :math:`ccor` is the cross-correlation operator.
If the 'pad_mode' is set to be "valid", the output height and width will be
If the 'pad_mode' is set to be "valid", the output depth, height and width will be
:math:`\left \lfloor{1 + \frac{D_{in} + \text{padding[0]} + \text{padding[1]} - \text{kernel_size[0]} -
(\text{kernel_size[0]} - 1) \times (\text{dilation[0]} - 1) }{\text{stride[0]}}} \right \rfloor` and
:math:`\left \lfloor{1 + \frac{H_{in} + \text{padding[2]} + \text{padding[3]} - \text{kernel_size[1]} -