提交 ac2c1e5b authored 作者: affanv14's avatar affanv14 提交者: Mohammed Affan

add doc

上级 3e1be8a4
...@@ -40,6 +40,8 @@ class BaseCorrMM(gof.OpenMPOp): ...@@ -40,6 +40,8 @@ class BaseCorrMM(gof.OpenMPOp):
Perform subsampling of the output (default: (1, 1)). Perform subsampling of the output (default: (1, 1)).
filter_dilation filter_dilation
Perform dilated correlation (default: (1,1)) Perform dilated correlation (default: (1,1))
num_groups
Perform grouped convolutions (default: 1)
""" """
check_broadcast = False check_broadcast = False
__props__ = ('border_mode', 'subsample', 'filter_dilation', 'num_groups') __props__ = ('border_mode', 'subsample', 'filter_dilation', 'num_groups')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论