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

Method DebugString

tensorflow/core/framework/embedding/ssd_hash_kv.h:736–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734 }
735
736 std::string DebugString() const {
737 return strings::StrCat("map info size:", Size(),
738 ", map info bucket_count:",
739 hash_map_.load_factor(),
740 ",map info load_factor:",
741 hash_map_.load_factor(),
742 ", map info max_load_factor:",
743 hash_map_.max_load_factor(),
744 ", map info min_load_factor: ",
745 hash_map_.min_load_factor(),
746 ", evict_version: ", evict_version_,
747 ", compaction_version: ", compaction_version_);
748 }
749 private:
750 void DeallocateEmbPositions() {
751 std::pair<const K, EmbPosition*> *hash_map_dump;

Callers

nothing calls this directly

Calls 2

StrCatFunction · 0.50
SizeFunction · 0.50

Tested by

no test coverage detected