Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ HasLogMessages
Method
HasLogMessages
tensorflow/core/lib/core/status.h:125–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
// Attach recent warning and error log messages
124
void AttachLogMessages();
125
bool HasLogMessages() const { return !recent_logs_.empty(); }
126
127
private:
128
bool ok_ = true;
Callers
1
WhenDone
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected