提交 5a798e4f authored 作者: James Bergstra's avatar James Bergstra

removed debugprint

上级 98708b9e
...@@ -1094,7 +1094,6 @@ def local_fill_cut(node): ...@@ -1094,7 +1094,6 @@ def local_fill_cut(node):
if new_inputs == node.inputs: if new_inputs == node.inputs:
return False return False
print 'NEW INPUTS', new_inputs
rval = node.op(*new_inputs) rval = node.op(*new_inputs)
if isinstance(rval, gof.Variable): if isinstance(rval, gof.Variable):
return rval.owner.outputs return rval.owner.outputs
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论