Home
last modified time | relevance | path

Searched defs:random_device (Results 1 – 25 of 92) sorted by relevance

1234

/external/clang/test/Modules/Inputs/PR20786/
Drandom.h8 struct random_device { struct
9 mersenne_twister_engine<int> mt; // require complete type
/external/XNNPACK/test/
Dzip-microkernel-tester.h58 std::random_device random_device; in Test() local
83 std::random_device random_device; in Test() local
108 std::random_device random_device; in Test() local
133 std::random_device random_device; in Test() local
Drmax-microkernel-tester.h46 std::random_device random_device; in Test() local
70 std::random_device random_device; in Test() local
Dgavgpool-microkernel-tester.h149 std::random_device random_device; variable
220 std::random_device random_device; variable
294 std::random_device random_device; variable
362 std::random_device random_device; variable
Davgpool-microkernel-tester.h216 std::random_device random_device; variable
302 std::random_device random_device; variable
389 std::random_device random_device; variable
467 std::random_device random_device; variable
546 std::random_device random_device; variable
625 std::random_device random_device; variable
Dgemm-microkernel-tester.h217 std::random_device random_device; variable
314 std::random_device random_device; variable
449 std::random_device random_device; variable
527 std::random_device random_device; variable
610 std::random_device random_device; variable
700 std::random_device random_device; variable
790 std::random_device random_device; variable
Dclamp-microkernel-tester.h80 std::random_device random_device; variable
129 std::random_device random_device; variable
Dchannel-shuffle-operator-tester.h100 std::random_device random_device; in TestX8() local
148 std::random_device random_device; in TestX32() local
Dclamp-operator-tester.h104 std::random_device random_device; in TestU8() local
165 std::random_device random_device; in TestF32() local
Dglobal-average-pooling-operator-tester.h154 std::random_device random_device; in TestNWCxQ8() local
218 std::random_device random_device; in TestNWCxF32() local
293 std::random_device random_device; in TestNCWxF32() local
Dsoftmax-operator-tester.h115 std::random_device random_device; in TestQ8() local
181 std::random_device random_device; in TestF32() local
Drequantization-tester.h250 std::random_device random_device; in testRandomCasesPrecise() local
290 std::random_device random_device; in testRandomCasesApproximate() local
332 std::random_device random_device; in testRandomCasesAgainstReference() local
Draddextexp-microkernel-tester.h44 std::random_device random_device; in Test() local
Dsigmoid-operator-tester.h133 std::random_device random_device; in TestQ8() local
194 std::random_device random_device; in TestF32() local
Draddexpminusmax-microkernel-tester.h44 std::random_device random_device; in Test() local
/external/XNNPACK/bench/
Dsoftmax.cc31 std::random_device random_device; in xnnpack_softmax_q8() local
96 std::random_device random_device; in xnnpack_softmax_f32() local
160 std::random_device random_device; in tflite_softmax_f32() local
Dsigmoid.cc31 std::random_device random_device; in xnnpack_sigmoid_q8() local
97 std::random_device random_device; in xnnpack_sigmoid_f32() local
161 std::random_device random_device; in tflite_sigmoid_f32() local
Dadd.cc25 std::random_device random_device; in add_nc_q8() local
93 std::random_device random_device; in add_nc_q8_inplace() local
Df32-softmax.cc38 std::random_device random_device; in ThreePassSoftMaxWithRecomputing() local
93 std::random_device random_device; in ThreePassSoftMaxWithReloading() local
147 std::random_device random_device; in TwoPassSoftMax() local
Df32-rmax.cc26 std::random_device random_device; in f32_rmax() local
Dchannel-shuffle.cc26 std::random_device random_device; in channel_shuffle_x8() local
91 std::random_device random_device; in channel_shuffle_x32() local
Dmax-pooling.cc31 std::random_device random_device; in max_pooling_u8() local
104 std::random_device random_device; in max_pooling_f32() local
Df32-sigmoid.cc26 std::random_device random_device; in f32_sigmoid() local
Dprelu.cc33 std::random_device random_device; in xnnpack_prelu_f32() local
104 std::random_device random_device; in tflite_prelu_f32() local
/external/libcxx/src/
Drandom.cpp42 random_device::random_device(const string& __token) in random_device() function in random_device

1234