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

Method Compile

tensorflow/compiler/xla/rpc/grpc_service.cc:58–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58::grpc::Status GRPCService::Compile(::grpc::ServerContext* /*context*/,
59 const CompileRequest* arg,
60 CompileResponse* result) {
61 return DelegateRPC(
62 [this, arg, result]() { return service_->Compile(arg, result); });
63}
64
65::grpc::Status GRPCService::Execute(::grpc::ServerContext* /*context*/,
66 const ExecuteRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected