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