提交 47cfeb11 authored 作者: Frederic Bastien's avatar Frederic Bastien

removed debug code.

上级 d4d91121
...@@ -1854,7 +1854,6 @@ class Alloc(gof.Op): ...@@ -1854,7 +1854,6 @@ class Alloc(gof.Op):
If you always want an Alloc node, call make_node. If you always want an Alloc node, call make_node.
""" """
ret = super(Alloc,self).__call__(*inputs,**kwargs) ret = super(Alloc,self).__call__(*inputs,**kwargs)
import pdb;pdb.set_trace()
if inputs[0].type == ret.type: if inputs[0].type == ret.type:
return inputs[0] return inputs[0]
else: return ret else: return ret
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论