Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/gdr/
Dgdr_memory_manager.cc141 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/
Drdma_mgr.cc268 RdmaMemoryMgr::Singleton().InsertMemoryRegion( in RegMemVisitors()
295 RdmaMemoryMgr::Singleton().InsertMemoryRegion( in RegMemVisitors()
Drdma.h203 void InsertMemoryRegion(void* addr, size_t length,
Drdma.cc1420 void RdmaMemoryMgr::InsertMemoryRegion(void* addr, size_t length, in InsertMemoryRegion() function in tensorflow::RdmaMemoryMgr