We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0d95c commit c9e208cCopy full SHA for c9e208c
paddle/operators/im2sequence_op.cc
@@ -56,12 +56,12 @@ class Im2SequenceOpMaker : public framework::OpProtoAndCheckerMaker {
56
Im2SequenceOpMaker(OpProto* proto, OpAttrChecker* op_checker)
57
: OpProtoAndCheckerMaker(proto, op_checker) {
58
AddInput("X",
59
- "(Tensor)The input tensor has NCHW format."
+ "(Tensor) The input tensor has NCHW format."
60
"N: batch size"
61
"C: channels"
62
"H: height"
63
"W: width");
64
- AddOutput("Out", "(LodTensor)The output data of im2sequence op,");
+ AddOutput("Out", "(LodTensor) The output data of im2sequence op,");
65
AddAttr<std::vector<int>>("kernels",
66
"(vector<int>), the "
67
"kernels(kernel_height, kernel_width)");
0 commit comments