From 4008e25b03890496a543ca0e22dd2b0a0e9477e9 Mon Sep 17 00:00:00 2001 From: lichun Date: Thu, 29 Apr 2021 18:54:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9Cmark=20distance=20attr?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ge/graph/build/memory/graph_mem_assigner.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ge/graph/build/memory/graph_mem_assigner.h b/ge/graph/build/memory/graph_mem_assigner.h index 91a852e9..10e435b5 100755 --- a/ge/graph/build/memory/graph_mem_assigner.h +++ b/ge/graph/build/memory/graph_mem_assigner.h @@ -228,7 +228,7 @@ class GraphMemoryAssigner { void DeleteVisitInfoWhenLifecycleEnded(const size_t matched_mem_offset, const NodePtr &node, const InDataAnchorPtr &in_data_anchor, - map>> &mem_block_visit_info,); + map>> &mem_block_visit_info); MemoryOffsetMap memory_offset_; ge::ComputeGraphPtr compute_graph_;