Home
last modified time | relevance | path

Searched defs:philox (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker_test.cc37 PhiloxRandom philox(testing::RandomSeed(), 17); in TEST() local
93 PhiloxRandom philox(testing::RandomSeed() + 1, 17); in TEST() local
108 PhiloxRandom philox(testing::RandomSeed() + 10, 17); in TEST() local
257 PhiloxRandom philox(301, 17); in BM_Pick() local
Dsimple_philox_test.cc30 PhiloxRandom philox(7, 7); in TEST() local
96 PhiloxRandom philox(17, 17); in TEST() local
115 PhiloxRandom philox(17, 17); in TEST() local
Ddistribution_sampler_test.cc39 PhiloxRandom philox(testing::RandomSeed(), 17); in TestWeights() local
87 PhiloxRandom philox(173, 371); in BM_DistributionSampler() local
/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc435 random::PhiloxRandom philox(testing::RandomSeed() + 1, 17); in TEST_F() local
464 random::PhiloxRandom philox(testing::RandomSeed() + 1, 17); in TEST_F() local
474 random::PhiloxRandom philox(testing::RandomSeed() + 2, 17); in TEST_F() local
484 random::PhiloxRandom philox(testing::RandomSeed() + 3, 17); in TEST_F() local
496 random::PhiloxRandom philox(testing::RandomSeed() + 3, 17); in TEST_F() local
509 random::PhiloxRandom philox(testing::RandomSeed() + 4, 17); in TEST_F() local
519 random::PhiloxRandom philox(testing::RandomSeed() + 5, 17); in TEST_F() local
591 random::PhiloxRandom philox(301, 17); in TEST() local
614 random::PhiloxRandom philox(301, 17); in TEST() local
Drecordio_test.cc235 random::PhiloxRandom philox(301, 17); in TEST_F() local
242 random::PhiloxRandom philox(301, 17); in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dstateful_random_ops_cpu_gpu.h53 PHILOX_DEVICE_INLINE void WritePhiloxRandomToMem(PhiloxRandom const& philox, in WritePhiloxRandomToMem()
62 PHILOX_DEVICE_INLINE void UpdateMemWithPhiloxRandom(PhiloxRandom const& philox, in UpdateMemWithPhiloxRandom()
Dstateful_random_ops_gpu.cu.cc44 auto philox = reinterpret_cast<PhiloxRandom*>(philox_raw); in FillKernel() local
101 auto philox = GetPhiloxRandomFromMem(state_data); in SkipKernel() local
Drange_sampler_test.cc46 random::PhiloxRandom philox(123, 17); in CheckHistogram() local
270 random::PhiloxRandom philox(123, 17); in TEST_F() local
313 random::PhiloxRandom philox(123, 17); in TEST_F() local
Dgather_nd_op_test.cc119 random::PhiloxRandom philox(301, 17); in GatherNd() local
Ddynamic_partition_op_test.cc180 random::PhiloxRandom philox(301, 17); in DynamicPartition() local
Dstateful_random_ops.cc40 auto philox = GetPhiloxRandomFromMem(state_data + alg_tag_skip); in operator ()() local
234 auto philox = GetPhiloxRandomFromMem(state_data); in operator ()() local
Dgather_op_test.cc189 random::PhiloxRandom philox(301, 17); in Gather() local
Dscatter_nd_op_test.cc263 random::PhiloxRandom philox(301, 17); in BM_ScatterNdHelper() local
Drandom_binomial_op.cc422 auto philox = GetPhiloxRandomFromMem(var_data); in Compute() local
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code_test.cc148 random::PhiloxRandom philox(301, 17); in TestNumbers() local
218 random::PhiloxRandom philox(301, 17); in TEST() local
330 random::PhiloxRandom philox(301, 17); in TEST() local
382 random::PhiloxRandom philox(301, 17); in BM_WriteNum() local
399 random::PhiloxRandom philox(301, 17); in BM_ReadNum() local
432 random::PhiloxRandom philox(301, 17); in TEST() local
1214 random::PhiloxRandom philox(301, 17); in BM_WriteString() local
1232 random::PhiloxRandom philox(301, 17); in BM_ReadString() local
/external/tensorflow/tensorflow/core/graph/
Dtensor_id_test.cc44 random::PhiloxRandom philox(301, 17); in BM_ParseTensorName() local
Dmkl_tfconversion_pass_test.cc273 random::PhiloxRandom philox(301, 17); in BM_RunMklToTfConversionPass() local
Doptimizer_cse_test.cc355 random::PhiloxRandom philox(301, 17); in BM_CSE() local
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc203 random::PhiloxRandom philox(0, 17); in BuildTree() local
253 random::PhiloxRandom philox(1729, 17); in BM_executor() local
/external/tensorflow/tensorflow/core/lib/core/
Dbitmap_test.cc98 random::PhiloxRandom philox(301, 17); in TEST() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_stream_test.cc81 random::PhiloxRandom philox(13 + worker_id); in GenerateRandUniformFixedWeightsSummary() local
95 random::PhiloxRandom philox(13 + worker_id); in GenerateRandUniformRandWeightsSummary() local
Dweighted_quantiles_summary_test.cc138 random::PhiloxRandom philox(13); in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor_test.cc220 random::PhiloxRandom philox(testing::RandomSeed(), 17); in BuildTree() local
428 random::PhiloxRandom philox(1729, 17); in BM_executor() local
/external/tensorflow/tensorflow/core/lib/gtl/
Dtop_n_test.cc89 PhiloxRandom philox(1, 1); in TEST() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_bfc_allocator_test.cc96 random::PhiloxRandom philox(123, 17); in TEST() local
249 random::PhiloxRandom philox(123, 17); in TEST() local

12