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

Method WaitForExecution

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

Source from the content-addressed store, hash-verified

85}
86
87Status GRPCStub::WaitForExecution(const WaitForExecutionRequest* request,
88 WaitForExecutionResponse* response) {
89 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
90 return grpc_stub_->WaitForExecution(context, *request, response);
91 });
92}
93
94Status GRPCStub::DeconstructTuple(const DeconstructTupleRequest* request,
95 DeconstructTupleResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected