提交 27d60c4f authored 作者: Razvan Pascanu's avatar Razvan Pascanu

stupid bug; forgot semicolon, sorry guys

上级 64706864
...@@ -2491,7 +2491,7 @@ class Alloc(gof.Op): ...@@ -2491,7 +2491,7 @@ class Alloc(gof.Op):
def R_op(self, inputs, eval_points): def R_op(self, inputs, eval_points):
# There is only one entry in eval_points and inputs # There is only one entry in eval_points and inputs
if None in eval_points if None in eval_points:
return [None] return [None]
return self.make_node(*eval_points).outputs return self.make_node(*eval_points).outputs
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论