Home
last modified time | relevance | path

Searched refs:mem_map_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_allocator.cc84 QCHECK(mem_map_.insert({mem, alloc_mem}).second); in allocate()
101 auto alloc_mem = mem_map_.find(memory); in free()
102 if (alloc_mem != mem_map_.end()) { in free()
104 mem_map_.erase(alloc_mem->first); in free()
Dtrt_allocator.h63 std::unordered_map<void*, void*> mem_map_; variable