Home
last modified time | relevance | path

Searched refs:sampler_with_labels (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler_test.cc34 auto* sampler_with_labels = variable
41 EqHistograms(empty, sampler_with_labels->GetCell("Empty")->value()); in TEST()
47 auto* cell = sampler_with_labels->GetCell("BucketBoundaries"); in TEST()
48 sampler_with_labels->GetCell("AddedToCheckPreviousCellValidity"); in TEST()
Dcollection_registry_test.cc271 auto sampler_with_labels = std::unique_ptr<Sampler<2>>( in TEST() local
280 sampler_with_labels->GetCell("Label00", "Label10")->Add(0.7); in TEST()
284 sampler_with_labels->GetCell("Label01", "Label11")->Add(1.5); in TEST()