Browse Source

“mark distance attr

tags/v1.3.0
lichun 3 years ago
parent
commit
4008e25b03
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/graph/build/memory/graph_mem_assigner.h

+ 1
- 1
ge/graph/build/memory/graph_mem_assigner.h View File

@@ -228,7 +228,7 @@ class GraphMemoryAssigner {
void DeleteVisitInfoWhenLifecycleEnded(const size_t matched_mem_offset,
const NodePtr &node,
const InDataAnchorPtr &in_data_anchor,
map<size_t, pair<NodePtr, vector<int64_t>>> &mem_block_visit_info,);
map<size_t, pair<NodePtr, vector<int64_t>>> &mem_block_visit_info);

MemoryOffsetMap memory_offset_;
ge::ComputeGraphPtr compute_graph_;


Loading…
Cancel
Save