Browse Source

modify control passes

pull/401/head
chenyemeng 4 years ago
parent
commit
4470668bfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/attach_stream_label_pass.cc

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

@@ -80,7 +80,7 @@ void AttachStreamLabelPass::FindNodes(const ComputeGraphPtr &graph) {
Status AttachStreamLabelPass::UpdateCondBranch(const NodePtr &node) {
std::string stream_label;
if (AttachFlag(node, stream_label) != SUCCESS) {
GELOGE(FAILED, "Attach flag for node %s failed.", cur_node->GetName().c_str());
GELOGE(FAILED, "Attach flag for node %s failed.", node->GetName().c_str());
return FAILED;
}



Loading…
Cancel
Save