MCPcopy 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
340void StatusGroup::AttachLogMessages() {
341 recent_logs_.clear();
342 StatusLogSink::GetInstance()->GetMessages(&recent_logs_);
343}
344
345} // namespace tensorflow

Callers 1

WhenDoneMethod · 0.80

Calls 2

GetInstanceFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected