提交 531fcbb9 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Document confusing argument in theano.clone

上级 70edf1a1
......@@ -151,6 +151,10 @@ def clone(output,
:type replace: dict
:param replace: dictionary describing which subgraphs should be
replaced by what
:type copy_inputs: bool
:param copy_inputs: If True, use the same inputs (and shared variables)
as the original graph. If False, clone them.
"""
inps, outs, other_stuff = rebuild_collect_shared(output,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论