提交 4409d373 authored 作者: slefrancois's avatar slefrancois

finished updating docs for dnn.conv algo flags

上级 e4946663
...@@ -658,10 +658,9 @@ import theano and print the config variable, as in: ...@@ -658,10 +658,9 @@ import theano and print the config variable, as in:
Default: ``small`` Default: ``small``
3d convolution only support ``none``, ``guess_once``, 3d convolution only support ``none``, ``winograd``, ``guess_once``,
``guess_on_shape_change``, ``time_once``, ``time_on_shape_change``. ``guess_on_shape_change``, ``time_once``, ``time_on_shape_change``.
.. attribute:: config.dnn.conv.algo_bwd .. attribute:: config.dnn.conv.algo_bwd
Deprecated, use :attr:`config.dnn.conv.algo_bwd_filter` and Deprecated, use :attr:`config.dnn.conv.algo_bwd_filter` and
...@@ -675,7 +674,7 @@ import theano and print the config variable, as in: ...@@ -675,7 +674,7 @@ import theano and print the config variable, as in:
Default: ``none`` Default: ``none``
3d convolution only support ``none``, ``guess_once``, 3d convolution only supports ``none``, ``guess_once``,
``guess_on_shape_change``, ``time_once``, ``time_on_shape_change``. ``guess_on_shape_change``, ``time_once``, ``time_on_shape_change``.
.. attribute:: config.dnn.conv.algo_bwd_data .. attribute:: config.dnn.conv.algo_bwd_data
...@@ -687,8 +686,9 @@ import theano and print the config variable, as in: ...@@ -687,8 +686,9 @@ import theano and print the config variable, as in:
Default: ``none`` Default: ``none``
3d convolution only support ``none``, ``guess_once``, 3d convolution only support ``none``, ``winograd``,
``guess_on_shape_change``, ``time_once``, ``time_on_shape_change``. ``guess_once``, ``guess_on_shape_change``, ``time_once``,
``time_on_shape_change``.
.. attribute:: config.gcc.cxxflags .. attribute:: config.gcc.cxxflags
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论