Searched refs:AllSampler (Results 1 – 4 of 4) sorted by relevance
110 class AllSampler : public RangeSampler {112 explicit AllSampler(int64 range);114 ~AllSampler() override {} in ~AllSampler()
123 AllSampler::AllSampler(int64 range) : RangeSampler(range) {} in AllSampler() function in tensorflow::AllSampler125 void AllSampler::SampleBatchGetExpectedCountAvoid( in SampleBatchGetExpectedCountAvoid()
143 set_sampler(new AllSampler(range_max)); in AllCandidateSamplerOp()
246 sampler_.reset(new AllSampler(10)); in TEST_F()