提交 ec5af5b0 authored 作者: Olivier Delalleau's avatar Olivier Delalleau

Minor typo fix in doc

上级 dd8d45ec
...@@ -140,12 +140,12 @@ default values. ...@@ -140,12 +140,12 @@ default values.
.. method:: may_share_memory(a, b) .. method:: may_share_memory(a, b)
Optional to run, but mandatory for DebugMode. Return True if the python Optional to run, but mandatory for DebugMode. Return True if the Python
objects `a` and `b` could share memory. Return False objects `a` and `b` could share memory. Return False
otherwise. It is used to debug when Ops didn't declare memory otherwise. It is used to debug when Ops did not declare memory
aliaing between variables. Can be a static method. aliasing between variables. Can be a static method.
It is highly recommande to use and is mandatory for Type in Theano It is highly recommended to use and is mandatory for Type in Theano
as our buildbot run in DebugMode. as our buildbot runs in DebugMode.
For each method, the *default* is what ``Type`` defines For each method, the *default* is what ``Type`` defines
for you. So, if you create an instance of ``Type`` or an for you. So, if you create an instance of ``Type`` or an
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论