Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc358 absl::flat_hash_map<absl::string_view, int> unclustered_op_histogram; in GetXlaAutoClusteringSummary() local
369 unclustered_op_histogram[n->type_string()]++; in GetXlaAutoClusteringSummary()
385 unclustered_op_histogram); in GetXlaAutoClusteringSummary()
Dxla_activity.proto61 repeated OpAndCount unclustered_op_histogram = 4; field
Dmark_for_compilation_pass.cc1502 if (!auto_clustering_info.unclustered_op_histogram().empty()) { in VLogClusteringSummary()
1507 auto_clustering_info.unclustered_op_histogram()) { in VLogClusteringSummary()