提交 646287d5 authored 作者: AlOa's avatar AlOa

Add openmp_elemsize_minzise to documentation

上级 fe7b8e98
...@@ -211,6 +211,13 @@ import theano and print the config variable, as in: ...@@ -211,6 +211,13 @@ import theano and print the config variable, as in:
The best is to define it via Theano configuration The best is to define it via Theano configuration
file or with the environment variable THEANO_FLAGS. file or with the environment variable THEANO_FLAGS.
.. attribute:: openmp_elemwise_minsize
Positive int value, default: 200000.
This specifies the vectors minimum size for which elemwise ops
use openmp, if openmp is enable.
.. attribute:: cast_policy .. attribute:: cast_policy
String value: either 'numpy+floatX' or 'custom' String value: either 'numpy+floatX' or 'custom'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论