Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dmark_for_compilation_pass.cc1607 XlaAutoClusteringSummary auto_clustering_info = in VLogClusteringSummary() local
1611 VLOG(2) << " Built " << auto_clustering_info.clusters_size() in VLogClusteringSummary()
1613 << RatioToString(auto_clustering_info.clustered_node_count(), in VLogClusteringSummary()
1617 auto_clustering_info.clusters()) { in VLogClusteringSummary()
1629 if (!auto_clustering_info.unclustered_op_histogram().empty()) { in VLogClusteringSummary()
1631 << RatioToString(auto_clustering_info.unclustered_node_count(), in VLogClusteringSummary()
1634 auto_clustering_info.unclustered_op_histogram()) { in VLogClusteringSummary()