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

Function OkStatus

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

Source from the content-addressed store, hash-verified

69 }
70
71inline Status OkStatus() { return Status(); }
72
73inline Status AlreadyExistsError(const std::string& message) {
74 return Status(StatusCode::kAlreadyExists, message);

Callers 15

PrepareMethod · 0.85
InvokeMethod · 0.85
FindObjectMethod · 0.85
ParseParameterFunction · 0.85
ParseObjectFunction · 0.85
DeserializeCompiledModelFunction · 0.85
CompileMethod · 0.85
MakeViewMethod · 0.85
CreatePersistentBufferFunction · 0.85
MakeBindingFuncFunction · 0.85

Calls 1

StatusClass · 0.70

Tested by 7

TESTFunction · 0.68
OnShaderMethod · 0.68
OnProgramMethod · 0.68
InvokeMethod · 0.68
RunTestFunction · 0.68
RunTestFunction · 0.68
ExecuteGPUOperationFunction · 0.68