Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.cc41 max_entries_to_show_ = std::numeric_limits<int64>::max(); in SetShowAllEntries()
144 if (categories_shown >= max_entries_to_show_ || in AppendCategoryTable()
195 if (entries_shown >= max_entries_to_show_ || in AppendEntryTable()
Dmetric_table_report.h164 int64 max_entries_to_show_ = kDefaultMaxEntriesToShow; variable