Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_summary.h208 int64 add_accumulator = 0, add_step = entries_.size(); variable
212 while (next_it != entries_.end() && add_accumulator < add_step &&
214 add_accumulator += size_hint;
224 add_accumulator -= add_step;
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_summary.h200 int64 add_accumulator = 0, add_step = entries_.size(); variable
204 while (next_it != entries_.end() && add_accumulator < add_step &&
206 add_accumulator += size_hint;
216 add_accumulator -= add_step;