Home
last modified time | relevance | path

Searched refs:histogram_value (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dcollected_metrics.h92 HistogramProto histogram_value; member
Dcollection_registry_test.cc337 EqHistograms(with_labels0, lps.points[0]->histogram_value); in TEST()
348 EqHistograms(with_labels1, lps.points[1]->histogram_value); in TEST()
360 EqHistograms(without_labels, ups.points[0]->histogram_value); in TEST()
Dcollection_registry.h239 point->histogram_value = value; in CollectValue()
/external/libchrome/base/metrics/
Dstatistics_recorder_unittest.cc442 void OnHistogramChanged(base::HistogramBase::Sample histogram_value) { in OnHistogramChanged()
444 last_histogram_value = histogram_value; in OnHistogramChanged()