提交 a05ee825 authored 作者: Frederic's avatar Frederic

rm tmp variable that isn't needed anymore

上级 3d3cbd94
...@@ -675,6 +675,7 @@ class ProfileStats(object): ...@@ -675,6 +675,7 @@ class ProfileStats(object):
fct_memory[node.fgraph][node].append(v) fct_memory[node.fgraph][node].append(v)
fct_shapes[node.fgraph][node].append(sh) fct_shapes[node.fgraph][node].append(sh)
node_mem[node] = sum_dense node_mem[node] = sum_dense
del v
# Find the function that used the most of that statistic # Find the function that used the most of that statistic
max_sum_size = 0 max_sum_size = 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论