提交 daada512 authored 作者: Roy Xue's avatar Roy Xue

check node state updates

the error is mainly caused by the check node is not work well
上级 7cb32baf
...@@ -713,7 +713,7 @@ class ProfileStats(object): ...@@ -713,7 +713,7 @@ class ProfileStats(object):
computed_ins = all(compute_map[v][0] for v in deps) computed_ins = all(compute_map[v][0] for v in deps)
computed_outs = all(compute_map[v][0] for v in outputs) computed_outs = all(compute_map[v][0] for v in outputs)
# check if there could be a compute_map # check if there could be a compute_map
if computed_ins and not computed_outs: if computed_ins:
return True return True
else: else:
return False return False
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论