Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.cc43 max_metric_proportion_to_show_ = 1.1; // more than 100% in SetShowAllEntries()
145 metric_sum / expected_metric_sum_ > max_metric_proportion_to_show_) { in AppendCategoryTable()
196 metric_sum / expected_metric_sum_ > max_metric_proportion_to_show_) { in AppendEntryTable()
Dmetric_table_report.h166 double max_metric_proportion_to_show_ = kDefaultMaxMetricProportionToShow; variable