MCPcopy 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

AddProgramMethod · 0.45
PrepareForExecutionMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36