提交 dc166276 authored 作者: Frederic's avatar Frederic

Add comment

上级 0988858e
...@@ -112,7 +112,9 @@ class FunctionGraph(utils.object2): ...@@ -112,7 +112,9 @@ class FunctionGraph(utils.object2):
# outputs are cached in this field # outputs are cached in this field
self.apply_nodes = set() self.apply_nodes = set()
# Ditto for variable nodes # Ditto for variable nodes.
# It must contain all fgraph.inputs and all apply_nodes
# outputs even if they aren't used in the graph.
self.variables = set() self.variables = set()
self.inputs = list(inputs) self.inputs = list(inputs)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论