Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Drandom_poisson_op.cc57 static constexpr int kReservedSamplesPerOutput = 256; variable
138 gen.Skip(kReservedSamplesPerOutput * output_idx); in operator ()()
200 gen.Skip(kReservedSamplesPerOutput * output_idx); in operator ()()
306 num_samples * num_rate, kReservedSamplesPerOutput); in Compute()
Drandom_op.cc109 static const int64 kReservedSamplesPerOutput = 256; member
116 kGroupSize * kReservedSamplesPerOutput / in Run()
317 static constexpr int kReservedSamplesPerOutput = 256; in Compute() local
327 num_samples * num_alphas, kReservedSamplesPerOutput); in Compute()
366 gen.Skip(kReservedSamplesPerOutput * output_idx); in Compute()
394 gen.Skip(kReservedSamplesPerOutput * output_idx); in Compute()
636 const size_t kReservedSamplesPerOutput = 256; in operator ()() local
639 kGroupSize * kReservedSamplesPerOutput / in operator ()()
Drandom_op_gpu.h168 const int kReservedSamplesPerOutput = 256;
171 kReservedSamplesPerOutput /