Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ ~MPIServer
Method
~MPIServer
tensorflow/contrib/mpi/mpi_server_lib.cc:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
: GrpcServer(server_def, env) {}
49
50
MPIServer::~MPIServer() {
51
TF_CHECK_OK(Stop());
52
TF_CHECK_OK(Join());
53
}
54
55
Status MPIServer::Init(ServiceInitFunction service_func,
56
RendezvousMgrCreationFunction rendezvous_mgr_func) {
Callers
nothing calls this directly
Calls
1
Join
Function · 0.50
Tested by
no test coverage detected