提交 ffaa8e76 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Reformulation in doc of check_preallocated_output.

上级 4da20906
...@@ -374,8 +374,9 @@ import theano and print the config variable, as in: ...@@ -374,8 +374,9 @@ 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.
In order not to test with preallocated memory, use an empty string, ``""``.
.. attribute:: config.DebugMode.warn_input_not_reused .. attribute:: config.DebugMode.warn_input_not_reused
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论