提交 483c4033 authored 作者: Frederic's avatar Frederic

remove wrong comment change, as the meta-optimizer use them

上级 76d1bba8
...@@ -67,13 +67,11 @@ def conv2d(input, filters, image_shape=None, filter_shape=None, ...@@ -67,13 +67,11 @@ def conv2d(input, filters, image_shape=None, filter_shape=None,
Optional, used for optimization like loop unrolling Optional, used for optimization like loop unrolling
You can put None for any element of the list You can put None for any element of the list
to tell that this element is not constant. to tell that this element is not constant.
Not used on the GPU.
:type filter_shape: None, tuple/list of len 4 of int, None or :type filter_shape: None, tuple/list of len 4 of int, None or
Constant variable Constant variable
:param filter_shape: Optional, used for optimization like loop unrolling :param filter_shape: Optional, used for optimization like loop unrolling
You can put None for any element of the list You can put None for any element of the list
to tell that this element is not constant. to tell that this element is not constant.
Not used on the GPU.
:param kwargs: kwargs are passed onto ConvOp. :param kwargs: kwargs are passed onto ConvOp.
Can be used to set the following: Can be used to set the following:
unroll_batch, unroll_kern, unroll_patch, unroll_batch, unroll_kern, unroll_patch,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论