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

  /external/tensorflow/tensorflow/compiler/xla/
metric_table_report.h 64 string category_text; member in struct:xla::MetricTableReport::Entry
114 // Represents a set of entries with the same category_text.
116 string category_text; member in struct:xla::MetricTableReport::Category
121 // Returns a vector of categories of entries with the same category_text. The
metric_table_report.cc 99 // Create the categories using a category_text -> category map.
102 Category& category = category_map[entry.category_text];
112 categories.back().category_text = key_value_pair.first;
152 string text = category.category_text;
  /external/tensorflow/tensorflow/compiler/xla/service/
human_readable_profile_builder.cc 117 entry.category_text = op.category;
135 entry.category_text = op.category;

Completed in 66 milliseconds