Browse Source

fix compile error

tags/v1.2.0
wangxiaotian22 4 years ago
parent
commit
535e4355ac
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/manager/graph_manager.cc

+ 1
- 1
ge/graph/manager/graph_manager.cc View File

@@ -293,7 +293,7 @@ Status GraphManager::InitDynamicParams(ComputeGraphPtr &compute_graph) {
return FAILED;
}
if ((op_desc->GetType() == DATA) || (op_type == kGetNextName)) {
GELOGI("Need to process multi batch for compute graph. op_type:%s", op_desc->GetType(),c_str());
GELOGI("Need to process multi batch for compute graph. op_type:%s", op_desc->GetType().c_str());
GetLocalOmgContext().need_multi_batch = true;
break;
}


Loading…
Cancel
Save