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

Function PermissionDeniedError

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

Source from the content-addressed store, hash-verified

99}
100
101inline Status PermissionDeniedError(const std::string& message) {
102 return Status(StatusCode::kPermissionDenied, message);
103}
104
105inline Status ResourceExhaustedError(const std::string& message) {
106 return Status(StatusCode::kResourceExhausted, message);

Callers

nothing calls this directly

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected