Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc106 return PickAt(UnbiasedUniform(rnd, total_weight())); in Pick()
109 int WeightedPicker::PickAt(int32 weight_index) const { in PickAt() function in tensorflow::random::WeightedPicker
Dweighted_picker.h57 int PickAt(int32 weight_index) const;
Dweighted_picker_test.cc229 int pick = picker.PickAt(weight_index); in TestPickAt()