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

add num_groups to __props__

上级 465ced65
...@@ -42,7 +42,7 @@ class BaseCorrMM(gof.OpenMPOp): ...@@ -42,7 +42,7 @@ class BaseCorrMM(gof.OpenMPOp):
Perform dilated correlation (default: (1,1)) Perform dilated correlation (default: (1,1))
""" """
check_broadcast = False check_broadcast = False
__props__ = ('border_mode', 'subsample', 'filter_dilation') __props__ = ('border_mode', 'subsample', 'filter_dilation', 'num_groups')
_direction = None _direction = None
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论