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

Method Execute

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

Source from the content-addressed store, hash-verified

63}
64
65::grpc::Status GRPCService::Execute(::grpc::ServerContext* /*context*/,
66 const ExecuteRequest* arg,
67 ExecuteResponse* result) {
68 return DelegateRPC(
69 [this, arg, result]() { return service_->Execute(arg, result); });
70}
71
72::grpc::Status GRPCService::ExecuteGraphParallel(
73 ::grpc::ServerContext* /*context*/, const ExecuteGraphParallelRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected