Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h63 void CollectValue(const std::array<string, NumLabels>& labels, Value value);
214 void CollectValue(Value value, Point* point);
217 inline void CollectValue(int64 value, Point* const point) { in CollectValue() function
223 inline void CollectValue(string value, Point* const point) { in CollectValue() function
229 inline void CollectValue(bool value, Point* const point) { in CollectValue() function
235 inline void CollectValue(HistogramProto value, Point* const point) { in CollectValue() function
243 inline void CollectValue(Percentiles value, Point* const point) { in CollectValue() function
333 void MetricCollector<metric_kind, Value, NumLabels>::CollectValue( in CollectValue() function
346 internal::CollectValue(std::move(value), point); in CollectValue()
Dcounter.h120 metric_collector.CollectValue(cell.first, cell.second.value()); in Counter()
Dsampler.h161 metric_collector.CollectValue(cell.first, cell.second.value()); in Sampler()
Dpercentile_sampler.h148 metric_collector.CollectValue(cell.first, cell.second.value()); in PercentileSampler()
Dgauge.h172 metric_collector.CollectValue(cell.first, cell.second.value()); in Gauge()
Dcollection_registry_test.cc485 metric_collector.CollectValue({}, 42); in TEST()
502 metric_collector.CollectValue({}, 42); in TEST()