提交 12d1d50a authored 作者: Frederic's avatar Frederic

Fix crash in python 3 recently inserted.

上级 b1f1e62a
......@@ -3362,7 +3362,7 @@ class Rebroadcast(Op):
#TODO: if your type is not listed here, make a damn registry of
# shape_i ops for various types of variables.
# Do not continue this madness.
return super(Shape, self).c_code(node, nodename, (x,), (out,), sub)
return super(Rebroadcast, self).c_code(node, nodename, (x,), (out,), sub)
def c_code_cache_version(self):
return (1,)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论