HomeSort by relevance Sort by last modified time
    Searched defs:histograms_ (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/metrics/
statistics_recorder.h 277 HistogramMap histograms_; member in class:base::StatisticsRecorder
  /external/brotli/c/enc/
metablock_inc.h 27 HistogramType* histograms_; /* not owned */ local
73 self->histograms_ = *histograms;
76 FN(HistogramClear)(&self->histograms_[0]);
88 HistogramType* histograms = self->histograms_;
176 FN(HistogramAdd)(&self->histograms_[self->curr_histogram_ix_], symbol);
metablock.c 321 HistogramLiteral* histograms_; /* not owned */ member in struct:ContextBlockSplitter
375 self->histograms_ = *histograms;
378 ClearHistogramsLiteral(&self->histograms_[0], num_contexts);
391 HistogramLiteral* histograms = self->histograms_;
412 &self->histograms_[self->curr_histogram_ix_], self->num_contexts_);
461 &self->histograms_[self->curr_histogram_ix_], self->num_contexts_);
511 HistogramAddLiteral(&self->histograms_[self->curr_histogram_ix_ + context],
  /external/tensorflow/tensorflow/core/kernels/data/experimental/
choose_fastest_dataset_op.cc 184 histograms_(dataset()->inputs_.size()) {}
291 std::vector<histogram::Histogram> histograms_; member in class:tensorflow::data::__anon45268::ChooseFastestDatasetOp::Dataset::ChooseFastestIterator
315 histograms_[i].Add(
329 double best_percentile = histograms_[0].Percentile(kPercentile);
331 for (size_t i = 1, num_inputs = histograms_.size(); i < num_inputs;
333 double percentile = histograms_[i].Percentile(kPercentile);

Completed in 369 milliseconds