Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc281 for (auto& name_pointset : collected_metrics->point_set_map) { in CollectMetrics() local
282 if (IsSelectedMetric(metrics, name_pointset.first)) { in CollectMetrics()
283 TF_RETURN_IF_ERROR(AddMetrics(&report, *name_pointset.second)); in CollectMetrics()