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

Method TransferToServer

tensorflow/compiler/xla/rpc/grpc_service.cc:96–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96::grpc::Status GRPCService::TransferToServer(::grpc::ServerContext* context,
97 const TransferToServerRequest* arg,
98 TransferToServerResponse* result) {
99 return DelegateRPC([this, arg, result]() {
100 return service_->TransferToServer(arg, result);
101 });
102}
103
104::grpc::Status GRPCService::TransferToInfeed(::grpc::ServerContext* context,
105 const TransferToInfeedRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected