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

Method ok

tensorflow/core/lib/core/status.h:54–54  ·  view source on GitHub ↗

Returns true iff the status indicates success.

Source from the content-addressed store, hash-verified

52
53 /// Returns true iff the status indicates success.
54 bool ok() const { return (state_ == NULL); }
55
56 tensorflow::error::Code code() const {
57 return ok() ? tensorflow::error::OK : state_->code;

Callers 15

PerformCollectiveOpFunction · 0.45
PerformCollectiveOpFunction · 0.45
RunClassificationFunction · 0.45
RunRegressionFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
GetVariablesFilenameFunction · 0.45
LogAndCountFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
~BigtableTestClientOpMethod · 0.36
InspectCheckpointFunction · 0.36