Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.cc37 auto* const metric_descriptor = [&]() { in CollectMetricDescriptor() local
45 metric_descriptor->name = string(metric_def->name()); in CollectMetricDescriptor()
46 metric_descriptor->description = string(metric_def->description()); in CollectMetricDescriptor()
49 metric_descriptor->label_names.emplace_back(label_name); in CollectMetricDescriptor()
52 metric_descriptor->metric_kind = metric_def->kind(); in CollectMetricDescriptor()
53 metric_descriptor->value_type = metric_def->value_type(); in CollectMetricDescriptor()