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

Function DelegateRPC

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

Source from the content-addressed store, hash-verified

28}
29
30::grpc::Status DelegateRPC(std::function<Status()> op) {
31 Status s = op();
32 return tensorflow::ToGrpcStatus(s);
33}
34
35::grpc::Status GRPCService::Unregister(::grpc::ServerContext* context,
36 const UnregisterRequest* arg,

Callers 13

UnregisterMethod · 0.85
DeconstructTupleMethod · 0.85
GetDeviceHandlesMethod · 0.85
CompileMethod · 0.85
ExecuteMethod · 0.85
ExecuteGraphParallelMethod · 0.85
WaitForExecutionMethod · 0.85
TransferToClientMethod · 0.85
TransferToServerMethod · 0.85
TransferToInfeedMethod · 0.85
TransferFromOutfeedMethod · 0.85
ResetDeviceMethod · 0.85

Calls 2

ToGrpcStatusFunction · 0.85
opFunction · 0.50

Tested by

no test coverage detected