提交 22c94252 authored 作者: Roy Xue's avatar Roy Xue

Remove unused variables

上级 0db91eb0
...@@ -699,10 +699,7 @@ class ProfileStats(object): ...@@ -699,10 +699,7 @@ class ProfileStats(object):
def count_minimum_peak(node_list, fgraph, nodes_mem): def count_minimum_peak(node_list, fgraph, nodes_mem):
global maybe_executed, mem_count, mem_bound, max_mem_count global maybe_executed, mem_count, mem_bound, max_mem_count
order = []
min_order = []
node_list = list(node_list) node_list = list(node_list)
current_mem = 0
mem_count = 0 mem_count = 0
max_mem_count = 0 max_mem_count = 0
mem_bound = numpy.inf mem_bound = numpy.inf
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论