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

Method Join

tensorflow/contrib/gdr/gdr_server_lib.cc:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107Status GdrServer::Join() {
108 {
109 mutex_lock l(mu_);
110 gdr_thread_.reset();
111 }
112 return GrpcServer::Join();
113}
114
115/* static */
116Status GdrServer::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