Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.cc146 table.SetMetricName("microseconds above estimated optimum"); in ToString()
179 table.SetMetricName("microseconds"); in ToString()
203 table.SetMetricName("MiB read+written"); in ToString()
/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.h73 void SetMetricName(string metric_name);
Dmetric_table_report.cc32 void MetricTableReport::SetMetricName(string metric_name) { in SetMetricName() function in xla::MetricTableReport