Browse Source

update src/ge/graph/build/graph_builder.cc.

ci test
pull/104/head
王涛 Gitee 5 years ago
parent
commit
1a21e58c3b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/ge/graph/build/graph_builder.cc

+ 1
- 0
src/ge/graph/build/graph_builder.cc View File

@@ -113,6 +113,7 @@ Status GraphBuilder::UpdateParentNodeOutputSize(const ge::ComputeGraphPtr &graph
parent_node_ptr->GetName().c_str()); parent_node_ptr->GetName().c_str());
return SUCCESS; return SUCCESS;
} }
for (const auto &node_ptr : graph->GetDirectNode()) { for (const auto &node_ptr : graph->GetDirectNode()) {
if (node_ptr->GetType() != NETOUTPUT) { if (node_ptr->GetType() != NETOUTPUT) {
continue; continue;


Loading…
Cancel
Save