Home
last modified time | relevance | path

Searched refs:SampleBatchGetExpectedCount (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drange_sampler_test.cc253 sampler_->SampleBatchGetExpectedCount(nullptr, // no random numbers needed in TEST_F()
285 sampler_->SampleBatchGetExpectedCount(&rnd, true, absl::MakeSpan(batch), in TEST_F()
294 sampler_->SampleBatchGetExpectedCount( in TEST_F()
Drange_sampler.cc40 SampleBatchGetExpectedCount( in SampleBatch()
45 void RangeSampler::SampleBatchGetExpectedCount( in SampleBatchGetExpectedCount() function in tensorflow::RangeSampler
Drange_sampler.h74 void SampleBatchGetExpectedCount(
Dcandidate_sampler_ops.cc92 sampler_->SampleBatchGetExpectedCount(&random, unique_, sampled_candidate, in Compute()