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

Function ResourceExhaustedError

tensorflow/lite/delegates/gpu/common/status.h:105–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline Status ResourceExhaustedError(const std::string& message) {
106 return Status(StatusCode::kResourceExhausted, message);
107}
108
109inline Status UnavailableError(const std::string& message) {
110 return Status(StatusCode::kUnavailable, message);

Callers 1

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected