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

  /external/tensorflow/tensorflow/compiler/xla/
metric_table_report.h 165 int64 max_entries_to_show_ = kDefaultMaxEntriesToShow; member in class:xla::MetricTableReport
metric_table_report.cc 40 max_entries_to_show_ = std::numeric_limits<int64>::max();
144 if (categories_shown >= max_entries_to_show_ ||
195 if (entries_shown >= max_entries_to_show_ ||

Completed in 68 milliseconds