MCPcopy 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_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
InitStarClientTagFunction · 0.45
InitStarServerTagFunction · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by 15

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36