Browse Source

Pre Merge pull request !104 from 王涛/master

pull/104/MERGE
王涛 Gitee 5 years ago
parent
commit
93869d64ae
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());
return SUCCESS;
}
for (const auto &node_ptr : graph->GetDirectNode()) {
if (node_ptr->GetType() != NETOUTPUT) {
continue;


Loading…
Cancel
Save