Skip to content

Commit

Permalink
remove development code that was commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Mar 26, 2021
1 parent 71fb11a commit b9859e0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/relay/ir/dataflow_matcher.cc
Original file line number Diff line number Diff line change
Expand Up @@ -686,15 +686,6 @@ class PatternGrouper {
fuzzy_matches.insert(node->ref_);
}
}
//} else if (node_map.count(node->ref_)) {
// // if pattern params aren't defined, treat all input params as fuzzy
// auto matches = node_map[node->ref_];
// for (auto match : matches) {
// for (auto input : match.as<FunctionNode>()->params) {
// fuzzy_matches.insert(input);
// }
// }
//}
}
}

Expand Down

0 comments on commit b9859e0

Please sign in to comment.