Searched refs:PickAt (Results 1 – 3 of 3) sorted by relevance
106 return PickAt(UnbiasedUniform(rnd, total_weight())); in Pick()109 int WeightedPicker::PickAt(int32 weight_index) const { in PickAt() function in tensorflow::random::WeightedPicker
57 int PickAt(int32 weight_index) const;
229 int pick = picker.PickAt(weight_index); in TestPickAt()