We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f885dd + 583e21e commit 1835e91Copy full SHA for 1835e91
paddle/fluid/framework/ir/attention_lstm_fuse_pass.cc
@@ -13,6 +13,9 @@
13
// limitations under the License.
14
15
#include "paddle/fluid/framework/ir/attention_lstm_fuse_pass.h"
16
+
17
+#include <string>
18
19
#include "paddle/fluid/framework/ir/graph_pattern_detector.h"
20
#include "paddle/fluid/framework/ir/graph_viz_pass.h"
21
#include "paddle/fluid/framework/lod_tensor.h"
paddle/fluid/framework/ir/graph.h
@@ -167,7 +167,6 @@ class Graph {
167
std::map<std::string, std::function<void(void)>> attr_dels_;
168
std::map<ir::Node *, std::unique_ptr<ir::Node>> nodes_;
169
std::unordered_set<ir::Node *> node_set_;
170
- int node_count_{0};
171
};
172
173
bool IsControlDepVar(const ir::Node &var);
0 commit comments