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

Method NewServer

tensorflow/contrib/mpi/mpi_server_lib.cc:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 Status NewServer(const ServerDef& server_def,
93 std::unique_ptr<ServerInterface>* out_server) override {
94 return MPIServer::Create(server_def, Env::Default(), out_server);
95 }
96};
97
98// Registers a `ServerFactory` for `MPIServer` instances.

Callers

nothing calls this directly

Calls 2

DefaultFunction · 0.85
CreateFunction · 0.50

Tested by

no test coverage detected