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

Method ExecuteGraphParallel

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

Source from the content-addressed store, hash-verified

70}
71
72::grpc::Status GRPCService::ExecuteGraphParallel(
73 ::grpc::ServerContext* /*context*/, const ExecuteGraphParallelRequest* arg,
74 ExecuteParallelResponse* result) {
75 return DelegateRPC([this, arg, result]() {
76 return service_->ExecuteGraphParallel(arg, result);
77 });
78}
79
80::grpc::Status GRPCService::WaitForExecution(::grpc::ServerContext* context,
81 const WaitForExecutionRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected