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

Method ~VerbsServer

tensorflow/contrib/verbs/verbs_server_lib.cc:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 : GrpcServer(server_def, env), verbs_state_(DISCONNECTED) {}
42
43VerbsServer::~VerbsServer() {
44 TF_CHECK_OK(Stop());
45 TF_CHECK_OK(Join());
46 delete rdma_mgr_;
47 delete verbs_service_;
48 delete channel_cache_;
49}
50
51Status VerbsServer::ChannelCacheFactory(const ServerDef& server_def,
52 GrpcChannelCache** channel_cache) {

Callers

nothing calls this directly

Calls 1

JoinFunction · 0.50

Tested by

no test coverage detected