Home
last modified time | relevance | path

Searched refs:GuardedPhiloxRandom (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dguarded_philox_random.cc21 Status GuardedPhiloxRandom::Init(OpKernelConstruction* context) { in Init()
34 void GuardedPhiloxRandom::Init(int64 seed, int64 seed2) { in Init()
46 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init()
54 random::PhiloxRandom GuardedPhiloxRandom::ReserveSamples128(int64 samples) { in ReserveSamples128()
Dguarded_philox_random.h40 class GuardedPhiloxRandom {
43 GuardedPhiloxRandom() : initialized_(false) {} in GuardedPhiloxRandom() function
77 TF_DISALLOW_COPY_AND_ASSIGN(GuardedPhiloxRandom);
/external/tensorflow/tensorflow/core/kernels/
Dfractional_pool_common.cc21 int input_length, int output_length, GuardedPhiloxRandom* generator) { in GeneratePoolingSequencePseudoRandom()
82 int input_length, int output_length, GuardedPhiloxRandom* generator) { in GeneratePoolingSequenceRandom()
101 GuardedPhiloxRandom* generator, in GeneratePoolingSequence()
Dmultinomial_op.cc154 const Tensor& num_samples_t, GuardedPhiloxRandom* generator) { in DoCompute()
235 GuardedPhiloxRandom generator_;
297 GuardedPhiloxRandom generator; in Compute()
304 GuardedPhiloxRandom generator_;
Dfractional_pool_common.h74 GuardedPhiloxRandom* generator,
Drandom_crop_op.cc109 GuardedPhiloxRandom generator_;
Drandom_shuffle_op.cc105 GuardedPhiloxRandom generator_;
Drandom_op.cc213 GuardedPhiloxRandom generator_;
262 GuardedPhiloxRandom generator_;
449 GuardedPhiloxRandom generator_;
Drandom_poisson_op.cc314 GuardedPhiloxRandom generator_;
Dcandidate_sampler_ops.cc109 GuardedPhiloxRandom generator_;
Dsample_distorted_bounding_box_op.cc415 GuardedPhiloxRandom generator_;
Dfractional_avg_pool_op.cc94 GuardedPhiloxRandom generator; in Compute()
Dword2vec_kernels.cc350 GuardedPhiloxRandom base_;
Dfractional_max_pool_op.cc99 GuardedPhiloxRandom generator; in Compute()
Dparameterized_truncated_normal_op.cc434 GuardedPhiloxRandom generator_;
Dsdca_internal.cc268 GuardedPhiloxRandom generator; in SampleAdaptiveProbabilities()
/external/tensorflow/tensorflow/contrib/text/kernels/
Dskip_gram_kernels.cc122 GuardedPhiloxRandom generator_;