Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollection_registry.h62 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()
Dcounter.h110 metric_collector.CollectValue(cell.first, cell.second.value()); in Counter()
Dsampler.h145 metric_collector.CollectValue(cell.first, cell.second.value()); in Sampler()
Dgauge.h162 metric_collector.CollectValue(cell.first, cell.second.value()); in Gauge()
Dcollection_registry_test.cc395 metric_collector.CollectValue({}, 42); in TEST()
412 metric_collector.CollectValue({}, 42); in TEST()