Skip to content

Commit 2bd6d46

Browse files
committed
fix
1 parent 7af8182 commit 2bd6d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paddle/fluid/framework/ir/seq_concat_fc_fuse_pass.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ PDNode* BuildSeqExpandConcatPattern(PDPattern* pattern) {
3737
// concat output
3838

3939
// So the following variables will be removed:
40-
// sequence-expand output
41-
// sequence-expand output
40+
// sequence_expand output
41+
// sequence_expand output
4242

4343
// Three operators
4444
auto* sequence_expand0 = pattern->NewNode(

0 commit comments

Comments
 (0)