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

Method GetDeviceHandles

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

Source from the content-addressed store, hash-verified

48}
49
50::grpc::Status GRPCService::GetDeviceHandles(::grpc::ServerContext* context,
51 const GetDeviceHandlesRequest* arg,
52 GetDeviceHandlesResponse* result) {
53 return DelegateRPC([this, arg, result]() {
54 return service_->GetDeviceHandles(arg, result);
55 });
56}
57
58::grpc::Status GRPCService::Compile(::grpc::ServerContext* /*context*/,
59 const CompileRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected