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

Method Create

tensorflow/contrib/mpi/mpi_server_lib.cc:75–82  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

73
74/* static */
75Status MPIServer::Create(const ServerDef& server_def, Env* env,
76 std::unique_ptr<ServerInterface>* out_server) {
77 std::unique_ptr<MPIServer> ret(new MPIServer(server_def, Env::Default()));
78 ServiceInitFunction service_func = nullptr;
79 TF_RETURN_IF_ERROR(ret->Init(service_func, NewMPIRendezvousMgr));
80 *out_server = std::move(ret);
81 return Status::OK();
82}
83
84namespace {
85

Callers 5

ReadRowMethod · 0.45
ReadSchemaMethod · 0.45
LoadGraphFunction · 0.45
LoadGraphFunction · 0.45
TESTFunction · 0.45

Calls 2

DefaultFunction · 0.85
InitMethod · 0.45

Tested by 1

TESTFunction · 0.36