提交 8198dbf6 authored 作者: ChienliMa's avatar ChienliMa

Perfect the docs of copy()

上级 d243b927
...@@ -559,7 +559,10 @@ class Function(object): ...@@ -559,7 +559,10 @@ class Function(object):
Params: Params:
share_memory -- { boolean } Default is False. When True, two share_memory -- { boolean } Default is False. When True, two
function share intermediate storages(storages except input and function share intermediate storages(storages except input and
output storages) output storages). Otherwise two function will only share partial
storages( see method __copy__() ). If two functions share memory
and allow_gc=False, this will increase executing speed and save
memory.
--------------------- ---------------------
Returns: Returns:
func -- Copied theano.Function func -- Copied theano.Function
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论