Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
145
inline bool Status::operator==(const Status& x) const {
146
return (this->state_ == x.state_) || (ToString() == x.ToString());
147
}
148
149
inline bool Status::operator!=(const Status& x) const { return !(*this == x); }
150
Callers
nothing calls this directly
Calls
2
ToString
Function · 0.50
ToString
Method · 0.45
Tested by
no test coverage detected