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

Method ResetDevice

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

Source from the content-addressed store, hash-verified

118}
119
120::grpc::Status GRPCService::ResetDevice(::grpc::ServerContext* context,
121 const ResetDeviceRequest* arg,
122 ResetDeviceResponse* result) {
123 return DelegateRPC(
124 [this, arg, result]() { return service_->ResetDevice(arg, result); });
125}
126
127::grpc::Status GRPCService::GetShape(::grpc::ServerContext* context,
128 const GetShapeRequest* arg,

Callers

nothing calls this directly

Calls 1

DelegateRPCFunction · 0.85

Tested by

no test coverage detected