Home
last modified time | relevance | path

Searched refs:fromto_count (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_group_metadata.cc533 for (auto& fromto_count : communication_histogram) { in DumpCollectedStats() local
534 LOG(INFO) << "From " << fromto_count.first.first << " to " in DumpCollectedStats()
535 << fromto_count.first.second << ": " << fromto_count.second; in DumpCollectedStats()