提交 273ccd4c authored 作者: Iban Harlouchet's avatar Iban Harlouchet

Removed redundant props in theano/tensor/extra_ops.py

上级 2d2ab8c2
......@@ -562,8 +562,6 @@ class RepeatOp(theano.Op):
# See the repeat function for docstring
__props__ = ("axis",)
__props__ = ()
def __init__(self, axis=None):
self.axis = axis
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论