Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_memory_manager.cc64 if (alloc_map_.emplace(handle, allocs_.begin()).second) { in Register()
75 auto it = alloc_map_.find(handle); in Release()
76 if (it == alloc_map_.end()) { in Release()
80 alloc_map_.erase(it); in Release()
86 auto it = alloc_map_.find(handle); in Lookup()
87 if (it == alloc_map_.end()) { in Lookup()
97 alloc_map_.clear(); in Clear()
184 std::unordered_map<int64, AllocList::iterator> alloc_map_; member in tensorflow::XRTMemoryManager::DeviceContext