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

Method GetShape

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

Source from the content-addressed store, hash-verified

107}
108
109Status GRPCStub::GetShape(const GetShapeRequest* request,
110 GetShapeResponse* response) {
111 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
112 return grpc_stub_->GetShape(context, *request, response);
113 });
114}
115
116Status GRPCStub::GetDeviceHandles(const GetDeviceHandlesRequest* request,
117 GetDeviceHandlesResponse* response) {

Callers

nothing calls this directly

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected