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

Method LogContents

tensorflow/core/common_runtime/buf_rendezvous.cc:181–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181void BufRendezvous::LogContents() {
182 mutex_lock l(mu_);
183 LOG(INFO) << strings::StrCat("BufRendezvous ",
184 strings::Hex(reinterpret_cast<uint64>(this)),
185 " step_id=", step_id_, " current contents:");
186 for (auto it : hook_table_) {
187 LOG(INFO) << it.first << ":" << it.second->DebugString();
188 }
189}
190
191} // namespace tensorflow

Callers

nothing calls this directly

Calls 3

HexClass · 0.85
StrCatFunction · 0.50
DebugStringMethod · 0.45

Tested by

no test coverage detected