Skip to content

Commit 55fd136

Browse files
author
Wojciech Uss
committed
Added comment with request for enhancement
This adds a `TODO` comment according to #13550 (comment) test=develop
1 parent 3598500 commit 55fd136

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paddle/fluid/framework/ir/graph_pattern_detector.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ GraphPatternDetector::DetectPatterns() {
259259
return result;
260260
}
261261

262+
// TODO(Superjomn) enhance the function as it marks unique unique as duplicates
263+
// see https://github.com/PaddlePaddle/Paddle/issues/13550
262264
void GraphPatternDetector::UniquePatterns(
263265
std::vector<GraphPatternDetector::subgraph_t> *subgraphs) {
264266
if (subgraphs->empty()) return;

0 commit comments

Comments
 (0)