Skip to content

Commit 9f03ce6

Browse files
authored
Merge pull request #13318 from Superjomn/refine/simple_fix
simple fix
2 parents bf1e76e + 6b2f680 commit 9f03ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/ir/graph_pattern_detector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ struct LSTM : public PatternBase {
429429

430430
struct GRU : public PatternBase {
431431
GRU(PDPattern* pattern, const std::string& name_scope)
432-
: PatternBase(pattern, name_scope, "lstm") {}
432+
: PatternBase(pattern, name_scope, "gru") {}
433433

434434
PDNode* operator()(PDNode* x);
435435

0 commit comments

Comments
 (0)