Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc1536 std::set<absl::string_view> cluster_names_to_print; in VLogClusteringSummary() local
1554 cluster_names_to_print.insert(*to_cluster_name); in VLogClusteringSummary()
1559 cluster_names_to_print.insert(*from_cluster_name); in VLogClusteringSummary()
1564 if (cluster_names_to_print.empty()) { in VLogClusteringSummary()
1584 for (absl::string_view cluster_name : cluster_names_to_print) { in VLogClusteringSummary()