Skip to content

Commit c9e208c

Browse files
committed
Fix white space in comments.
1 parent da0d95c commit c9e208c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/operators/im2sequence_op.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ class Im2SequenceOpMaker : public framework::OpProtoAndCheckerMaker {
5656
Im2SequenceOpMaker(OpProto* proto, OpAttrChecker* op_checker)
5757
: OpProtoAndCheckerMaker(proto, op_checker) {
5858
AddInput("X",
59-
"(Tensor)The input tensor has NCHW format."
59+
"(Tensor) The input tensor has NCHW format."
6060
"N: batch size"
6161
"C: channels"
6262
"H: height"
6363
"W: width");
64-
AddOutput("Out", "(LodTensor)The output data of im2sequence op,");
64+
AddOutput("Out", "(LodTensor) The output data of im2sequence op,");
6565
AddAttr<std::vector<int>>("kernels",
6666
"(vector<int>), the "
6767
"kernels(kernel_height, kernel_width)");

0 commit comments

Comments
 (0)