Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h47 friend class MetricCollectorGetter;
53 class MetricCollectorGetter {
62 MetricCollectorGetter() {} in MetricCollectorGetter() function
72 using CollectionFunction = std::function<void(MetricCollectorGetter getter)>;
178 class MetricCollectorGetter {
189 MetricCollectorGetter(internal::Collector* const collector, in MetricCollectorGetter() function
216 using CollectionFunction = std::function<void(MetricCollectorGetter getter)>;
454 MetricCollector<metric_kind, Value, NumLabels> MetricCollectorGetter::Get( in Get()
Dcollection_registry.cc30 info.collection_function(MetricCollectorGetter( in CollectMetricValues()
Dcounter.h161 &metric_def_, [&](MetricCollectorGetter getter) { in Counter()
Dcollection_registry_test.cc44 void EmptyCollectionFunction(MetricCollectorGetter getter) {} in EmptyCollectionFunction()
483 &cumulative_metric, [&](MetricCollectorGetter getter) { in TEST()
500 &gauge_metric, [&](MetricCollectorGetter getter) { in TEST()
Dsampler.h236 &metric_def_, [&](MetricCollectorGetter getter) { in Sampler()
Dpercentile_sampler.h192 &metric_def_, [&](MetricCollectorGetter getter) { in PercentileSampler()
Dgauge.h228 &metric_def_, [&](MetricCollectorGetter getter) { in Gauge()