提交 09caa99d authored 作者: sentient07's avatar sentient07

Add the missed out call to init_c_code

上级 84527fa0
......@@ -3974,6 +3974,7 @@ class Composite(ScalarOp):
# see __hash__ for comment on why there is no mention of fgraph
# or module cache key here.
self.init_c_code() # self._c_code and self.nodenames
other.init_c_code()
return (self._c_code == other._c_code)
def __hash__(self):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论