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

Method Unregister

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

Source from the content-addressed store, hash-verified

33}
34
35::grpc::Status GRPCService::Unregister(::grpc::ServerContext* context,
36 const UnregisterRequest* arg,
37 UnregisterResponse* result) {
38 return DelegateRPC(
39 [this, arg, result]() { return service_->Unregister(arg, result); });
40}
41
42::grpc::Status GRPCService::DeconstructTuple(::grpc::ServerContext* context,
43 const DeconstructTupleRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected