Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
Status GdrServer::Join() {
108
{
109
mutex_lock l(mu_);
110
gdr_thread_.reset();
111
}
112
return GrpcServer::Join();
113
}
114
115
/* static */
116
Status GdrServer::Create(const ServerDef& server_def, Env* env,
Callers
nothing calls this directly
Calls
2
Join
Function · 0.50
reset
Method · 0.45
Tested by
no test coverage detected