提交 d45cd31b authored 作者: Ian Goodfellow's avatar Ian Goodfellow

remove outdated comment

上级 aefd90ef
...@@ -499,9 +499,6 @@ def _populate_var_to_node_to_idx(outputs): ...@@ -499,9 +499,6 @@ def _populate_var_to_node_to_idx(outputs):
#set of variables that have been added to their parents #set of variables that have been added to their parents
accounted_for = set([]) accounted_for = set([])
#mark the variables in the relevant subgraph with
#a dictionary called chidlren
#var._children[node] gives the index of var in _children.inputs
def account_for(var): def account_for(var):
if var in accounted_for: if var in accounted_for:
return return
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论