提交 7ecbc123 authored 作者: Lijun Xue's avatar Lijun Xue

Modify comment

上级 38e77da5
...@@ -967,8 +967,8 @@ class VM_Linker(link.LocalLinker): ...@@ -967,8 +967,8 @@ class VM_Linker(link.LocalLinker):
and ins not in fgraph.outputs and ins.owner and ins not in fgraph.outputs and ins.owner
and all([compute_map_re[v][0] for v in dependencies.get(ins, [])]) and all([compute_map_re[v][0] for v in dependencies.get(ins, [])])
and ins not in allocated): and ins not in allocated):
# Constant Memory cannot be changed, Constant storage_map # Constant Memory cannot be changed
# has a value here # Constant and shared variables' storage_map value is not empty
reuse_out = None reuse_out = None
if ins not in view_of and not viewed_by.get(ins, []): if ins not in view_of and not viewed_by.get(ins, []):
# where gc # where gc
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论