diff --git a/paddle/function/ConvOp.h b/paddle/function/ConvOp.h index b87808915ef2c665d9a2279470f70ef025318019..65b9d1d53f9210b08cdc8bbd9d93b03305e582e4 100644 --- a/paddle/function/ConvOp.h +++ b/paddle/function/ConvOp.h @@ -50,9 +50,9 @@ namespace paddle { * image channels, C is the number of input image channels, * H and W is height and width of filter. * - * 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, - * G * C is the number of input image channels, + * 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, G * C is the number of input image channels, * H and W is height and width of filter. */ class ConvFunctionBase : public FunctionBase {