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

Method ResetDevice

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

Source from the content-addressed store, hash-verified

56}
57
58Status GRPCStub::ResetDevice(const ResetDeviceRequest* request,
59 ResetDeviceResponse* response) {
60 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
61 return grpc_stub_->ResetDevice(context, *request, response);
62 });
63}
64
65Status GRPCStub::Compile(const CompileRequest* request,
66 CompileResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected