Searched refs:CollectValue (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | collection_registry.h | 62 void CollectValue(const std::array<string, NumLabels>& labels, 214 void CollectValue(const Value& value, Point* point); 217 inline void CollectValue(const int64& value, Point* const point) { in CollectValue() function 223 inline void CollectValue(const string& value, Point* const point) { in CollectValue() function 229 inline void CollectValue(const bool& value, Point* const point) { in CollectValue() function 235 inline void CollectValue(const HistogramProto& value, Point* const point) { in CollectValue() function 327 void MetricCollector<metric_kind, Value, NumLabels>::CollectValue( in CollectValue() function 340 internal::CollectValue(value, point); in CollectValue()
|
D | counter.h | 110 metric_collector.CollectValue(cell.first, cell.second.value()); in Counter()
|
D | sampler.h | 145 metric_collector.CollectValue(cell.first, cell.second.value()); in Sampler()
|
D | gauge.h | 162 metric_collector.CollectValue(cell.first, cell.second.value()); in Gauge()
|
D | collection_registry_test.cc | 395 metric_collector.CollectValue({}, 42); in TEST() 412 metric_collector.CollectValue({}, 42); in TEST()
|