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 c40074a + 55fd136 commit 7b11162Copy full SHA for 7b11162
paddle/fluid/framework/ir/graph_pattern_detector.cc
@@ -259,6 +259,8 @@ GraphPatternDetector::DetectPatterns() {
259
return result;
260
}
261
262
+// TODO(Superjomn) enhance the function as it marks unique unique as duplicates
263
+// see https://github.com/PaddlePaddle/Paddle/issues/13550
264
void GraphPatternDetector::UniquePatterns(
265
std::vector<GraphPatternDetector::subgraph_t> *subgraphs) {
266
if (subgraphs->empty()) return;
0 commit comments