提交 04f50909 authored 作者: ChienliMa's avatar ChienliMa

Update docs( Fix typo and remove outdated docs )

上级 64694370
...@@ -555,10 +555,9 @@ class Function(object): ...@@ -555,10 +555,9 @@ 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). Otherwise two function will only share partial output storages). Otherwise two functions will only share partial
storages( see method __copy__() ) and same maker. If two functions storages and same maker. If two functions share memory and
share memory and allow_gc=False, this will increase executing speed allow_gc=False, this will increase executing speed and save memory.
and save memory.
swap -- { dict } Dictionary<String, theano.SharedVariable> that swap -- { dict } Dictionary<String, theano.SharedVariable> that
map old SharedVariable's name to new SharedVariable. Default is map old SharedVariable's name to new SharedVariable. Default is
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论