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

Function FailedPreconditionError

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

Source from the content-addressed store, hash-verified

79}
80
81inline Status FailedPreconditionError(const std::string& message) {
82 return Status(StatusCode::kFailedPrecondition, message);
83}
84
85inline Status InternalError(const std::string& message) {
86 return Status(StatusCode::kInternal, message);

Callers 5

InvokeMethod · 0.50
CompileMethod · 0.50
MakeBindingFuncFunction · 0.50
ExecuteMethod · 0.50
ExecuteMethod · 0.50

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected