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

Method DeconstructTuple

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

Source from the content-addressed store, hash-verified

92}
93
94Status GRPCStub::DeconstructTuple(const DeconstructTupleRequest* request,
95 DeconstructTupleResponse* response) {
96 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
97 return grpc_stub_->DeconstructTuple(context, *request, response);
98 });
99}
100
101Status GRPCStub::GetComputationGraphStats(
102 const ComputationGraphStatsRequest* request,

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected