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

Function SetNewVerbsService

tensorflow/contrib/verbs/grpc_verbs_service.cc:157–160  ·  view source on GitHub ↗

Create a GrpcVerbsService, then assign it to a given handle.

Source from the content-addressed store, hash-verified

155
156// Create a GrpcVerbsService, then assign it to a given handle.
157void SetNewVerbsService(GrpcVerbsService** handle, const WorkerEnv* worker_env,
158 ::grpc::ServerBuilder* builder) {
159 *handle = new GrpcVerbsService(worker_env, builder);
160}
161
162} // namespace tensorflow
163

Callers 1

CreateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected