Searched defs:weight_index (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker_test.cc226 int weight_index = 0; local
229 int pick = picker.PickAt(weight_index);
231 ++weight_index;
234 EXPECT_EQ(weight_index, picker.total_weight());

Completed in 181 milliseconds