Searched refs:InsertMemoryRegion (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_memory_manager.cc | 141 void InsertMemoryRegion(void* addr, size_t length, 240 InsertMemoryRegion(ptr, num_bytes, strings::StrCat("CPU:", numa_node)); in Init() 262 InsertMemoryRegion(ptr, num_bytes, strings::StrCat("GPU:", gpu_id)); in Init() 588 void GdrMemoryManager::InsertMemoryRegion(void* addr, size_t length, in InsertMemoryRegion() function in tensorflow::__anon0ef87b4d0111::GdrMemoryManager
|
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma_mgr.cc | 268 RdmaMemoryMgr::Singleton().InsertMemoryRegion( in RegMemVisitors() 295 RdmaMemoryMgr::Singleton().InsertMemoryRegion( in RegMemVisitors()
|
D | rdma.h | 203 void InsertMemoryRegion(void* addr, size_t length,
|
D | rdma.cc | 1420 void RdmaMemoryMgr::InsertMemoryRegion(void* addr, size_t length, in InsertMemoryRegion() function in tensorflow::RdmaMemoryMgr
|