未验证 提交 6bdf99d3 编写于 作者: B Bai Yifan 提交者: GitHub

fix dcn doc about Mask introduction, test=develop, test=document_fix (#20836)

上级 26cc1fe5
...@@ -16906,9 +16906,9 @@ def deformable_conv(input, ...@@ -16906,9 +16906,9 @@ def deformable_conv(input,
float32, float64. float32, float64.
offset (Variable): The input coordinate offset of deformable convolution layer. offset (Variable): The input coordinate offset of deformable convolution layer.
A Tensor with type float32, float64. A Tensor with type float32, float64.
Mask (Variable, Optional): The input mask of deformable covolution layer. Mask (Variable, Optional): The input mask of deformable convolution layer.
A Tensor with type float32, float64.It should be None when you use A Tensor with type float32, float64. It should be None when you use
deformable_conv_v2. deformable convolution v1.
num_filters(int): The number of filter. It is as same as the output num_filters(int): The number of filter. It is as same as the output
image channel. image channel.
filter_size (int|tuple): The filter size. If filter_size is a tuple, filter_size (int|tuple): The filter size. If filter_size is a tuple,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册