Searched refs:CollectValue (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 63 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()
|
D | counter.h | 120 metric_collector.CollectValue(cell.first, cell.second.value()); in Counter()
|
D | sampler.h | 161 metric_collector.CollectValue(cell.first, cell.second.value()); in Sampler()
|
D | percentile_sampler.h | 148 metric_collector.CollectValue(cell.first, cell.second.value()); in PercentileSampler()
|
D | gauge.h | 172 metric_collector.CollectValue(cell.first, cell.second.value()); in Gauge()
|
D | collection_registry_test.cc | 485 metric_collector.CollectValue({}, 42); in TEST() 502 metric_collector.CollectValue({}, 42); in TEST()
|