|
|
@ -66,7 +66,7 @@ class SequenceConcatOpMaker : public framework::OpProtoAndCheckerMaker {
|
|
|
|
"sequence level. "
|
|
|
|
"sequence level. "
|
|
|
|
"If the level is 1, the inputs will be joined at the "
|
|
|
|
"If the level is 1, the inputs will be joined at the "
|
|
|
|
"sequence level. "
|
|
|
|
"sequence level. "
|
|
|
|
"The level should be less than the levels of input")
|
|
|
|
"The level should be less than the level number of inputs.")
|
|
|
|
.SetDefault(0);
|
|
|
|
.SetDefault(0);
|
|
|
|
AddComment(R"DOC(
|
|
|
|
AddComment(R"DOC(
|
|
|
|
The sequence_concat operator concatenates multiple LoDTensors.
|
|
|
|
The sequence_concat operator concatenates multiple LoDTensors.
|
|
|
|