提交 9c47c42a 编写于 作者: H hedaoyuan

Change the groups in the comment to 1049089.

上级 1ed31b4e
...@@ -50,9 +50,9 @@ namespace paddle { ...@@ -50,9 +50,9 @@ namespace paddle {
* image channels, C is the number of input image channels, * image channels, C is the number of input image channels,
* H and W is height and width of filter. * H and W is height and width of filter.
* *
* If groups is greater than 1, the filter's data format should be GMCHW, * If `groups` is greater than 1, the filter's data format should be GMCHW,
* where G is the groups, and G * M is the number of output image channels, * where G is the `groups`, and G * M is the number of output image
* G * C is the number of input image channels, * channels, G * C is the number of input image channels,
* H and W is height and width of filter. * H and W is height and width of filter.
*/ */
class ConvFunctionBase : public FunctionBase { class ConvFunctionBase : public FunctionBase {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册