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

Method TransferToServer

tensorflow/compiler/xla/rpc/grpc_stub.cc:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37Status GRPCStub::TransferToServer(const TransferToServerRequest* request,
38 TransferToServerResponse* response) {
39 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
40 return grpc_stub_->TransferToServer(context, *request, response);
41 });
42}
43
44Status GRPCStub::TransferToInfeed(const TransferToInfeedRequest* request,
45 TransferToInfeedResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected