提交 e6443ceb authored 作者: Frederic Bastien's avatar Frederic Bastien

Doc: tell how to don't test with preallocated memory.

上级 0508c7b5
...@@ -374,7 +374,8 @@ import theano and print the config variable, as in: ...@@ -374,7 +374,8 @@ import theano and print the config variable, as in:
* ``"previous"``: reuse previously-returned memory, * ``"previous"``: reuse previously-returned memory,
* ``"c_contiguous"``: newly-allocated C-contiguous memory, * ``"c_contiguous"``: newly-allocated C-contiguous memory,
* ``"f_contiguous"``: newly-allocated Fortran-contiguous memory, * ``"f_contiguous"``: newly-allocated Fortran-contiguous memory,
* ``"ALL"``: placeholder for all of the above. * ``"ALL"``: placeholder for all of the above,
* ``""``: Do not test with preallocated memory.
.. attribute:: config.DebugMode.warn_input_not_reused .. attribute:: config.DebugMode.warn_input_not_reused
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论