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

Method FieldState

tensorflow/core/common_runtime/ring_alg.cc:418–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416}
417
418string RingAlg::FieldState() {
419 string s = strings::StrCat(
420 "Ring", name_, " ", strings::Hex(reinterpret_cast<uint64>(this)),
421 " exec ", col_ctx_->exec_key, " step_id=", col_ctx_->step_id,
422 " state of all ", rfv_.size(), " fields:");
423 for (int i = 0; i < rfv_.size(); ++i) {
424 s.append("\n");
425 s.append(rfv_[i].DebugString());
426 }
427 return s;
428}
429
430} // namespace tensorflow

Callers

nothing calls this directly

Calls 5

HexClass · 0.85
StrCatFunction · 0.50
sizeMethod · 0.45
appendMethod · 0.45
DebugStringMethod · 0.45

Tested by

no test coverage detected