Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.cc179 const int64 remaining_categories = categories.size() - categories_shown; in AppendCategoryTable() local
180 if (remaining_categories > 0) { in AppendCategoryTable()
182 absl::StrCat("... (", remaining_categories, " more categories)"), in AppendCategoryTable()