modified: ge/graph/optimize/mem_rw_conflict_optimize.cc

pull/356/head
zhaoxinxin 5 years ago
parent f1a6967e04
commit 9da00765c7

@ -625,7 +625,7 @@ Status HandleAllreduceDuplicateInput(ComputeGraphPtr &compute_graph) {
auto ret = GraphUtils::InsertNodeBetweenDataAnchors(pre_out_anchor, in_data_anchor, identity_node);
GE_CHK_STATUS_RET(ret, "Fail to insert identity.");
GELOGI("InsertNode %s between %s and %s successfully.", identity_node->GetName().c_str(),
pre_node->GetName().c_str(), node->GetName().c_str())
pre_node->GetName().c_str(), node->GetName().c_str());
}
}
}

Loading…
Cancel
Save