Browse Source

modify for security check

pull/449/head
chenyemeng 4 years ago
parent
commit
6dd8957e91
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ge/graph/passes/attach_stream_label_pass.cc

+ 0
- 1
ge/graph/passes/attach_stream_label_pass.cc View File

@@ -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();


Loading…
Cancel
Save