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

Method TransferToInfeed

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

Source from the content-addressed store, hash-verified

42}
43
44Status GRPCStub::TransferToInfeed(const TransferToInfeedRequest* request,
45 TransferToInfeedResponse* response) {
46 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
47 return grpc_stub_->TransferToInfeed(context, *request, response);
48 });
49}
50
51Status GRPCStub::TransferFromOutfeed(const TransferFromOutfeedRequest* request,
52 TransferFromOutfeedResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected