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

Method ExecuteGraphParallel

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

Source from the content-addressed store, hash-verified

77}
78
79Status GRPCStub::ExecuteGraphParallel(
80 const ExecuteGraphParallelRequest* request,
81 ExecuteParallelResponse* response) {
82 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
83 return grpc_stub_->ExecuteGraphParallel(context, *request, response);
84 });
85}
86
87Status GRPCStub::WaitForExecution(const WaitForExecutionRequest* request,
88 WaitForExecutionResponse* response) {

Callers 1

ExecuteParallelMethod · 0.45

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected