提交 519476a4 编写于 作者: D dangqingqing

Fix CMake bug.

上级 d897d7a6
...@@ -45,8 +45,8 @@ class SequencePoolOpMaker : public framework::OpProtoAndCheckerMaker { ...@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册