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

Function DeadlineExceededError

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

Source from the content-addressed store, hash-verified

75}
76
77inline Status DeadlineExceededError(const std::string& message) {
78 return Status(StatusCode::kDeadlineExceeded, message);
79}
80
81inline Status FailedPreconditionError(const std::string& message) {
82 return Status(StatusCode::kFailedPrecondition, message);

Callers

nothing calls this directly

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected