提交 987a8967 authored 作者: Dustin Webb's avatar Dustin Webb

Added documentation for config.experimental.local_alloc_elemwise_assert

上级 709f8622
...@@ -462,6 +462,16 @@ import theano and print the config variable, as in: ...@@ -462,6 +462,16 @@ import theano and print the config variable, as in:
Link arguments to link against a (Fortran) level-3 blas implementation. Link arguments to link against a (Fortran) level-3 blas implementation.
.. attribute:: config.experimental.local_alloc_elemwise_assert
Bool value: either True or False
Default: True
Add asserts to graph ensuring that input and output shapes are correct
when local_alloc_elemwise removes allocs. Disabling this can improve
performance but can also hide shape errors.
.. attribute:: config.cuda.root .. attribute:: config.cuda.root
Default: $CUDA_ROOT or failing that, "/usr/local/cuda" Default: $CUDA_ROOT or failing that, "/usr/local/cuda"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论