Browse Source

fix out of memory question

tags/v1.2.0
wxl 3 years ago
parent
commit
98995cbae1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/passes/flow_ctrl_pass.cc

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

@@ -37,7 +37,7 @@ Status FlowCtrlPass::Run(ComputeGraphPtr compute_graph) {
return NOT_CHANGED;
}

GELOGI("FlowCtrl pass begin");
GELOGI("FlowCtrl pass begin.graph is [%s]", compute_graph->GetName().c_str());
bool graph_change = false;
// 1. Add FP/BP flow ctrl (big cycle)
for (auto &node : compute_graph->GetDirectNode()) {


Loading…
Cancel
Save