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

Method Compile

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

Source from the content-addressed store, hash-verified

63}
64
65Status GRPCStub::Compile(const CompileRequest* request,
66 CompileResponse* response) {
67 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
68 return grpc_stub_->Compile(context, *request, response);
69 });
70}
71
72Status GRPCStub::Execute(const ExecuteRequest* request,
73 ExecuteResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected