Skip to content

Commit 6b2f680

Browse files
committed
simple fix
1 parent 5023530 commit 6b2f680

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
@@ -407,7 +407,7 @@ struct LSTM : public PatternBase {
407407

408408
struct GRU : public PatternBase {
409409
GRU(PDPattern* pattern, const std::string& name_scope)
410-
: PatternBase(pattern, name_scope, "lstm") {}
410+
: PatternBase(pattern, name_scope, "gru") {}
411411

412412
PDNode* operator()(PDNode* x);
413413

0 commit comments

Comments
 (0)