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