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

Function AlreadyExistsError

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

Source from the content-addressed store, hash-verified

71inline Status OkStatus() { return Status(); }
72
73inline Status AlreadyExistsError(const std::string& message) {
74 return Status(StatusCode::kAlreadyExists, message);
75}
76
77inline Status DeadlineExceededError(const std::string& message) {
78 return Status(StatusCode::kDeadlineExceeded, message);

Callers 1

BuildMethod · 0.50

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected