MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GdrMemoryManager

Method GdrMemoryManager

tensorflow/contrib/gdr/gdr_memory_manager.cc:181–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179};
180
181GdrMemoryManager::GdrMemoryManager(const string& host, const string& port)
182 : host_(host),
183 port_(port),
184 listening_(nullptr, EndpointDeleter),
185 stopped_(true),
186 next_key_(static_cast<uint32_t>(random::New64())) {}
187
188Status GdrMemoryManager::Init() {
189 rdma_addrinfo* addrinfo;

Callers

nothing calls this directly

Calls 1

New64Function · 0.85

Tested by

no test coverage detected