fix out of memory question

pull/1144/head
wxl 4 years ago
parent d66ef5f2d0
commit 98995cbae1

@ -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