|
@@ -98,7 +98,6 @@ Status AttachStreamLabelPass::UpdateCondBranch(const NodePtr &node) { |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const std::string &type = cur_node->GetType(); |
|
|
const std::string &type = cur_node->GetType(); |
|
|
for (const auto &out_node : cur_node->GetOutAllNodes()) { |
|
|
for (const auto &out_node : cur_node->GetOutAllNodes()) { |
|
|
const std::string &out_type = out_node->GetType(); |
|
|
const std::string &out_type = out_node->GetType(); |
|
|