提交 b9819d30 authored 作者: notoraptor's avatar notoraptor

Add doc for `dnn.include_path` and `dnn.library_path`.

上级 c0b7c96d
......@@ -636,6 +636,18 @@ import theano and print the config variable, as in:
If ``'no_check'``, assume present and the version between header and library match (so less compilation at context init)",
.. attribute:: config.dnn.include_path
Default: ``''``
Location of the cudnn header (defaults to the cuda root).
.. attribute:: config.dnn.library_path
Default: ``''``
Location of the cudnn library (defaults to the cuda root).
.. attribute:: config.conv.assert_shape
If True, AbstractConv* ops will verify that user-provided
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论