Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/monitoring/
Dsampler.h49 class SamplerCell {
51 SamplerCell(const std::vector<double>& bucket_limits) in SamplerCell() function
54 ~SamplerCell() {} in ~SamplerCell()
65 TF_DISALLOW_COPY_AND_ASSIGN(SamplerCell);
129 SamplerCell* GetCell(const Labels&... labels) LOCKS_EXCLUDED(mu_);
132 friend class SamplerCell;
166 std::map<LabelArray, SamplerCell> cells_ GUARDED_BY(mu_);
175 inline void SamplerCell::Add(const double sample) { histogram_.Add(sample); } in Add()
177 inline HistogramProto SamplerCell::value() const { in value()
193 SamplerCell* Sampler<NumLabels>::GetCell(const Labels&... labels) in GetCell()
Dmobile_sampler.h32 class SamplerCell {
34 SamplerCell() {} in SamplerCell() function
35 ~SamplerCell() {} in ~SamplerCell()
41 TF_DISALLOW_COPY_AND_ASSIGN(SamplerCell);
85 SamplerCell* GetCell(const Labels&... labels) { in GetCell()
92 SamplerCell default_sampler_cell_;