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.
1 parent 0aa3f6a commit 2a6f35dCopy full SHA for 2a6f35d
src/psm/src/ir_network.cpp
@@ -904,13 +904,6 @@ void IRNetwork::cleanupNodes()
904
905
auto node_connection_map = getConnectionMap();
906
907
- std::map<Node*, bool> marked_deleted;
908
- for (const auto& [layer, nodes] : nodes_) {
909
- for (const auto& node : nodes) {
910
- marked_deleted[node.get()] = false;
911
- }
912
913
-
914
cleanupOverlappingNodes(node_connection_map);
915
916
mergeNodes(node_connection_map);
0 commit comments