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

Method TransferFromOutfeed

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

Source from the content-addressed store, hash-verified

49}
50
51Status GRPCStub::TransferFromOutfeed(const TransferFromOutfeedRequest* request,
52 TransferFromOutfeedResponse* response) {
53 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
54 return grpc_stub_->TransferFromOutfeed(context, *request, response);
55 });
56}
57
58Status GRPCStub::ResetDevice(const ResetDeviceRequest* request,
59 ResetDeviceResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected