提交 6b3b2ee7 authored 作者: Ian Goodfellow's avatar Ian Goodfellow

fixed out of date comment

上级 6d4c3548
...@@ -507,7 +507,7 @@ def _populate_var_to_node_to_idx(outputs): ...@@ -507,7 +507,7 @@ def _populate_var_to_node_to_idx(outputs):
#var_to_node_to_idx[var][node] = [i,j] means node has #var_to_node_to_idx[var][node] = [i,j] means node has
#var as input at positions i and j #var as input at positions i and j
var_to_node_to_idx = {} var_to_node_to_idx = {}
#set of variables that have been added to their parents #set of variables or nodes that have been added to their parents
accounted_for = set([]) accounted_for = set([])
def account_for(var): def account_for(var):
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论