Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass.cc780 std::map<absl::string_view, int> unclustered_op_histogram; in VLogClusteringSummary() local
790 unclustered_op_histogram[n->type_string()]++; in VLogClusteringSummary()
812 if (!unclustered_op_histogram.empty()) { in VLogClusteringSummary()
815 for (const auto& pair : unclustered_op_histogram) { in VLogClusteringSummary()