Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc881 for (const auto& edge_info_count_pair : it->second) { in VLogClusteringSummary() local
882 VLOG(2) << " " << edge_info_count_pair.first.GetClusterName() << " " in VLogClusteringSummary()
883 << edge_info_count_pair.first.node_name << " # " in VLogClusteringSummary()
884 << edge_info_count_pair.second; in VLogClusteringSummary()