Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc97 picker.SetAllWeights(2147483646L / 3); // (2^31 - 2) / 3 in TEST()
127 picker.SetAllWeights(0); in TestPicker()
140 picker.SetAllWeights(0); in TestPicker()
Dweighted_picker.cc42 SetAllWeights(1); in WeightedPicker()
145 void WeightedPicker::SetAllWeights(int32 weight) { in SetAllWeights() function in tensorflow::random::WeightedPicker
Dweighted_picker.h75 void SetAllWeights(int32 weight);