File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -178,9 +178,8 @@ Pool2dOpMaker::Pool2dOpMaker(OpProto *proto, OpAttrChecker *op_checker)
178
178
AddAttr<bool >(
179
179
" ceil_mode" ,
180
180
" (bool, default false) Wether to use the ceil function to calculate "
181
- " output height and width."
182
- " True is the default. If it is set to False, the floor function will"
183
- " be used" )
181
+ " output height and width. False is the default. If it is set to False, "
182
+ " the floor function will be used." )
184
183
.SetDefault (false );
185
184
AddAttr<std::string>(
186
185
" data_format" ,
@@ -274,9 +273,8 @@ Pool3dOpMaker::Pool3dOpMaker(OpProto *proto, OpAttrChecker *op_checker)
274
273
AddAttr<bool >(
275
274
" ceil_mode" ,
276
275
" (bool, default false) Wether to use the ceil function to calculate "
277
- " output height and width."
278
- " True is the default. If it is set to False, the floor function will"
279
- " be used" )
276
+ " output height and width. False is the default. If it is set to False, "
277
+ " the floor function will be used." )
280
278
.SetDefault (false );
281
279
AddAttr<std::string>(
282
280
" data_format" ,
You can’t perform that action at this time.
0 commit comments