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.h57 class MetricCollector {
59 ~MetricCollector() = default;
68 MetricCollector( in MetricCollector() function
101 MetricCollector<metric_kind, Value, NumLabels> Get(
258 MetricCollector<metric_kind, Value, NumLabels> GetMetricCollector( in GetMetricCollector()
269 return MetricCollector<metric_kind, Value, NumLabels>( in GetMetricCollector()
327 void MetricCollector<metric_kind, Value, NumLabels>::CollectValue( in CollectValue()
346 MetricCollector<metric_kind, Value, NumLabels> MetricCollectorGetter::Get( in Get()