HomeSort by relevance Sort by last modified time
    Searched refs:max_metric_proportion_to_show_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/
metric_table_report.h 167 double max_metric_proportion_to_show_ = kDefaultMaxMetricProportionToShow; member in class:xla::MetricTableReport
metric_table_report.cc 42 max_metric_proportion_to_show_ = 1.1; // more than 100%
145 metric_sum / expected_metric_sum_ > max_metric_proportion_to_show_) {
196 metric_sum / expected_metric_sum_ > max_metric_proportion_to_show_) {

Completed in 64 milliseconds