Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ code
Method
code
tensorflow/core/lib/core/status.h:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
bool ok() const { return (state_ == NULL); }
55
56
tensorflow::error::Code code() const {
57
return ok() ? tensorflow::error::OK : state_->code;
58
}
59
60
const string& error_message() const {
61
return ok() ? empty_string() : state_->msg;
Callers
15
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
InitStarClientTag
Function · 0.45
InitStarServerTag
Function · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Compute
Method · 0.45
Calls
no outgoing calls
Tested by
15
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TYPED_TEST
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36