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

Method operator==

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

Source from the content-addressed store, hash-verified

143}
144
145inline bool Status::operator==(const Status& x) const {
146 return (this->state_ == x.state_) || (ToString() == x.ToString());
147}
148
149inline bool Status::operator!=(const Status& x) const { return !(*this == x); }
150

Callers

nothing calls this directly

Calls 2

ToStringFunction · 0.50
ToStringMethod · 0.45

Tested by

no test coverage detected