Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ code
Method
code
tensorflow/lite/delegates/gpu/common/status.h:55–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
54
const std::string& error_message() const { return error_message_; }
55
StatusCode code() const { return code_; }
56
bool ok() const { return code_ == StatusCode::kOk; }
57
58
void IgnoreError() const {}
Callers
5
AddProgram
Method · 0.45
PrepareForExecution
Method · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36