From c12e327607fe3a8a043a0ecef66d13845afe63c4 Mon Sep 17 00:00:00 2001 From: wjm Date: Wed, 2 Jun 2021 15:44:35 +0800 Subject: [PATCH] fix --- ge/graph/build/memory/graph_mem_assigner.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/ge/graph/build/memory/graph_mem_assigner.cc b/ge/graph/build/memory/graph_mem_assigner.cc index db7258d6..61819f8f 100755 --- a/ge/graph/build/memory/graph_mem_assigner.cc +++ b/ge/graph/build/memory/graph_mem_assigner.cc @@ -543,7 +543,6 @@ Status GraphMemoryAssigner::UpdateRefOpOffsetReverse(const NodePtr &node) { } Status GraphMemoryAssigner::ReAssignContinuousMemory(bool is_loop_graph) { - Status ret; // Stored nodes which need assign continuous input memory in `reverse topo order` std::vector nodes_stack; std::map node_2_continuous_type;