提交 c5949e3e authored 作者: ChienliMa's avatar ChienliMa

Update docs of param swap

上级 b0e4cae7
...@@ -556,10 +556,9 @@ class Function(object): ...@@ -556,10 +556,9 @@ class Function(object):
allow_gc=False, this will increase executing speed and save memory. allow_gc=False, this will increase executing speed and save memory.
swap -- { dict } Dictionary that map old SharedVariables to new swap -- { dict } Dictionary that map old SharedVariables to new
SharedVariables. Default is None. The computational relationship is SharedVariables. Default is None.
modified within the inner fgraph, especially for this copied NOTE: The shared variable swap in only done in the new returned
function. SharedVariables aren't swapped in the relationship that function, not in the user graph.
user defined.
delete_updates -- { boolean } Default is False. If True, Copied delete_updates -- { boolean } Default is False. If True, Copied
function will not have update. function will not have update.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论