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

Update docs of param swap

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