Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc117 const int32 left_weight = level_[l][2 * index]; in PickAt() local
118 if (position < left_weight) { in PickAt()
124 position -= left_weight; in PickAt()