Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AttachLogMessages
Method
AttachLogMessages
tensorflow/core/lib/core/status.cc:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
void StatusGroup::AttachLogMessages() {
341
recent_logs_.clear();
342
StatusLogSink::GetInstance()->GetMessages(&recent_logs_);
343
}
344
345
} // namespace tensorflow
Callers
1
WhenDone
Method · 0.80
Calls
2
GetInstance
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected