From 713e5fa6e62666602d132a6d854891274fd84897 Mon Sep 17 00:00:00 2001 From: lichun Date: Thu, 27 May 2021 16:55:28 +0800 Subject: [PATCH] fix sc check --- ge/graph/build/memory/graph_mem_assigner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/build/memory/graph_mem_assigner.cc b/ge/graph/build/memory/graph_mem_assigner.cc index 652977a2..190b147b 100755 --- a/ge/graph/build/memory/graph_mem_assigner.cc +++ b/ge/graph/build/memory/graph_mem_assigner.cc @@ -2179,7 +2179,7 @@ void GraphMemoryAssigner::CalcDistanceAndUpdateDesc(const map & UpdatePrevNodeInputDesc(prev_node, prev_node_input_index_vec, distance); } } - UpdateMemBlockVisitInfo(node, in_data_anchor, matched_mem_offset, mem_block_visit_info, is_same_input); + UpdateMemBlockVisitInfo(node, in_data_anchor, is_same_input, matched_mem_offset, mem_block_visit_info); UpdateCurNodeInputDesc(node, in_data_anchor->GetIdx(), distance); }