提交 40fb09c2 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

deleted unused variable

It used to be used by the old implementation of equal_computations, but now is not needed anymore
上级 b2cf1984
......@@ -828,8 +828,6 @@ class ScanMerge(gof.Optimizer):
elif (snode.op.as_while and
curnode.op.as_while):
# check if equal computations
correspondance = dict(zip(snode.op.inputs,
curnode.op.inputs))
if scan_utils.equal_computations(
[snode.op.outputs[-1]],
[curnode.op.outputs[-1]],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论