Fix CMake bug.

mobile_baidu
dangqingqing 8 years ago
parent d897d7a644
commit 519476a4c6

@ -45,8 +45,8 @@ class SequencePoolOpMaker : public framework::OpProtoAndCheckerMaker {
"(Tensor) The output of SequencePoolOp does not contain LoD " "(Tensor) The output of SequencePoolOp does not contain LoD "
"infomation."); "infomation.");
AddOutput("MaxIndex", AddOutput("MaxIndex",
"(Tensor<int>) This tensor is used for the max-pooling " "(Tensor<int>) This tensor is used for the sequence max-pooling "
"of sequence to record the max indexes.") "to record the max indexes.")
.AsIntermediate(); .AsIntermediate();
AddAttr<std::string>( AddAttr<std::string>(
"pooltype", "pooltype",

Loading…
Cancel
Save