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.cc843 std::set<absl::string_view> cluster_names_to_print; in VLogClusteringSummary() local
861 cluster_names_to_print.insert(*to_cluster_name); in VLogClusteringSummary()
866 cluster_names_to_print.insert(*from_cluster_name); in VLogClusteringSummary()
871 if (cluster_names_to_print.empty()) { in VLogClusteringSummary()
891 for (absl::string_view cluster_name : cluster_names_to_print) { in VLogClusteringSummary()