Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h58 class MetricCollector {
60 ~MetricCollector() = default;
68 MetricCollector( in MetricCollector() function
101 MetricCollector<metric_kind, Value, NumLabels> Get(
264 MetricCollector<metric_kind, Value, NumLabels> GetMetricCollector( in GetMetricCollector()
275 return MetricCollector<metric_kind, Value, NumLabels>( in GetMetricCollector()
333 void MetricCollector<metric_kind, Value, NumLabels>::CollectValue( in CollectValue()
352 MetricCollector<metric_kind, Value, NumLabels> MetricCollectorGetter::Get( in Get()