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

Method Join

tensorflow/c/experimental/network.cc:81–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81Status CGrpcServer::Join() {
82 Status status = GrpcServer::Join();
83 TF_Status* tf_status = TF_NewStatus();
84 (*join_function_)(reinterpret_cast<const TF_GrpcServer*>(this), context_,
85 tf_status);
86 status.Update(tf_status->status);
87 TF_DeleteStatus(tf_status);
88 return status;
89}
90
91namespace {
92// Factory that creates CGrpcServer instances.

Callers 7

ArrayToStringMethod · 0.45
modelFilesFunction · 0.45
unzipFunction · 0.45
updateAPIDefsFunction · 0.45
makeCommentFunction · 0.45
camelCaseFunction · 0.45
TF_ServerJoinFunction · 0.45

Calls 4

TF_NewStatusFunction · 0.85
TF_DeleteStatusFunction · 0.85
JoinFunction · 0.50
UpdateMethod · 0.45

Tested by 2

modelFilesFunction · 0.36
unzipFunction · 0.36