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

Method GetRemoteAddress

tensorflow/contrib/verbs/grpc_verbs_client.cc:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace tensorflow {
23
24Status GrpcVerbsClient::GetRemoteAddress(CallOptions* call_options,
25 const GetRemoteAddressRequest* request,
26 GetRemoteAddressResponse* response) {
27 ::grpc::ClientContext ctx;
28 ctx.set_fail_fast(false);
29 SetDeadline(&ctx, call_options->GetTimeout());
30 return FromGrpcStatus(stub_->GetRemoteAddress(&ctx, *request, response));
31}
32
33Status GrpcVerbsClient::GetRemoteAddress(const GetRemoteAddressRequest* request,
34 GetRemoteAddressResponse* response) {

Callers 1

SetupChannelsMethod · 0.45

Calls 3

FromGrpcStatusFunction · 0.85
GetTimeoutMethod · 0.80
SetTimeoutMethod · 0.80

Tested by

no test coverage detected