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

Method GetComputationGraphStats

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

Source from the content-addressed store, hash-verified

99}
100
101Status GRPCStub::GetComputationGraphStats(
102 const ComputationGraphStatsRequest* request,
103 ComputationStatsResponse* response) {
104 return MakeRPC([this, request, response](::grpc::ClientContext* context) {
105 return grpc_stub_->GetComputationGraphStats(context, *request, response);
106 });
107}
108
109Status GRPCStub::GetShape(const GetShapeRequest* request,
110 GetShapeResponse* response) {

Callers 1

GetComputationStatsMethod · 0.45

Calls 1

MakeRPCFunction · 0.85

Tested by

no test coverage detected