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

Method Join

tensorflow/contrib/verbs/verbs_server_lib.cc:120–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120Status VerbsServer::Join() {
121 Status s = GrpcServer::Join();
122 {
123 mutex_lock l(mu_);
124 if (verbs_state_ == CONNECTED) {
125 verbs_state_ = DISCONNECTED;
126 verbs_thread_.reset();
127 }
128 }
129 return s;
130}
131
132/* static */
133Status VerbsServer::Create(const ServerDef& server_def, Env* env,

Callers

nothing calls this directly

Calls 2

JoinFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected