From 1a21e58c3bed0e963e6768336d1c9d59735510d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=B6=9B?= Date: Tue, 20 Oct 2020 19:17:17 +0800 Subject: [PATCH] update src/ge/graph/build/graph_builder.cc. ci test --- src/ge/graph/build/graph_builder.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ge/graph/build/graph_builder.cc b/src/ge/graph/build/graph_builder.cc index 27d0b13f..6c069483 100644 --- a/src/ge/graph/build/graph_builder.cc +++ b/src/ge/graph/build/graph_builder.cc @@ -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;