提交 554b4b59 authored 作者: Frederic's avatar Frederic

remove variable not used.

上级 995359de
...@@ -296,7 +296,6 @@ def map_storage(fgraph, order, input_storage, output_storage): ...@@ -296,7 +296,6 @@ def map_storage(fgraph, order, input_storage, output_storage):
for r, storage in zip(fgraph.outputs, output_storage): for r, storage in zip(fgraph.outputs, output_storage):
storage_map[r] = storage storage_map[r] = storage
thunks = []
for node in order: for node in order:
for r in node.inputs: for r in node.inputs:
if r not in storage_map: if r not in storage_map:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论