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

Method OK

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

Source from the content-addressed store, hash-verified

49 void operator=(const Status& s);
50
51 static Status OK() { return Status(); }
52
53 /// Returns true iff the status indicates success.
54 bool ok() const { return (state_ == NULL); }

Callers

nothing calls this directly

Calls 1

StatusClass · 0.70

Tested by

no test coverage detected