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

Update docs

上级 0563dc8f
...@@ -553,8 +553,8 @@ class Function(object): ...@@ -553,8 +553,8 @@ class Function(object):
def copy(self, share_memory=False): def copy(self, share_memory=False):
""" """
Copy this function. Copied function will have separated maker and Copy this function. Copied function will have separated maker and
fgraph with original function. User can choose whether to separate fgraph with original function if share_memory=True. User can choose
storage by changing the share_memory arguments whether to separate storage by changing the share_memory arguments
--------------------- ---------------------
Params: Params:
share_memory -- { boolean } Default is False. When True, two share_memory -- { boolean } Default is False. When True, two
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论