Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc851 absl::optional<absl::string_view> to_cluster_name = in VLogClusteringSummary() local
854 if (to_cluster_name == from_cluster_name) { in VLogClusteringSummary()
858 if (to_cluster_name) { in VLogClusteringSummary()
859 incoming_edge_infos[*to_cluster_name] in VLogClusteringSummary()
861 cluster_names_to_print.insert(*to_cluster_name); in VLogClusteringSummary()
865 outgoing_edge_infos[*from_cluster_name][{to->name(), to_cluster_name}]++; in VLogClusteringSummary()