Home
last modified time | relevance | path

Searched defs:f32rng (Results 1 – 25 of 113) sorted by relevance

12345

/external/XNNPACK/test/
Dvunary-microkernel-tester.h166 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); variable
205 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 255.0f), std::ref(rng)); in Test() local
242 auto f32rng = std::bind(std::uniform_real_distribution<float>(-20.0f, 20.0f), std::ref(rng)); in Test() local
279 auto f32rng = std::bind(std::uniform_real_distribution<float>(-4.0f, 4.0f), std::ref(rng)); in Test() local
316 auto f32rng = std::bind(std::uniform_real_distribution<float>(-125.0f, 125.0f), std::ref(rng)); in Test() local
353 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); variable
449 auto f32rng = std::bind(distribution, std::ref(rng)); in Test() local
487 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); variable
526 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 10.0f), std::ref(rng)); variable
581 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 255.0f), std::ref(rng)); in Test() local
[all …]
Dvbinaryc-microkernel-tester.h88 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.01f, 1.0f), rng); in Test() local
153 auto f32rng = std::bind(std::uniform_real_distribution<float>(1.0e-3f, 1.0f), rng); in Test() local
236 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); variable
307 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in Test() local
377 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); in Test() local
Dvbinary-microkernel-tester.h95 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.01f, 1.0f), rng); in Test() local
157 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.01f, 1.0f), rng); in Test() local
237 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.01f, 1.0f), rng); variable
304 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in Test() local
370 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.01f, 1.0f), rng); in Test() local
Dconvert-operator-tester.h126 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in TestF16toF32() local
180 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in TestF32toF16() local
240 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in TestF32toQS8() local
305 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), rng); in TestF32toQU8() local
Dhardswish-operator-tester.h87 auto f32rng = std::bind(std::uniform_real_distribution<float>(-4.0f, 4.0f), rng); in TestF16() local
144 auto f32rng = std::bind(std::uniform_real_distribution<float>(-4.0f, 4.0f), rng); in TestF32() local
Dgavgpool-microkernel-tester.h416 auto f32rng = std::bind(std::uniform_real_distribution<float>(), rng); in Test() local
479 auto f32rng = std::bind(std::uniform_real_distribution<float>(), rng); in Test() local
542 auto f32rng = std::bind(std::uniform_real_distribution<float>(), rng); in Test() local
601 auto f32rng = std::bind(std::uniform_real_distribution<float>(), rng); in Test() local
Dargmaxpool-microkernel-tester.h150 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); variable
217 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); variable
Dvmulcaddc-microkernel-tester.h119 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); in Test() local
189 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 1.0f), rng); in Test() local
Draddextexp-microkernel-tester.h47 auto f32rng = std::bind(std::uniform_real_distribution<float>(90.0f, 100.0f), rng); in Test() local
/external/XNNPACK/bench/
Dhardswish.cc35 auto f32rng = std::bind(std::uniform_real_distribution<float>(-5.0f, 5.0f), std::ref(rng)); in xnnpack_hardswish_f32() local
99 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_hardswish_f16() local
165 auto f32rng = std::bind(std::uniform_real_distribution<float>(-5.0f, 5.0f), std::ref(rng)); in tflite_hardswish_f32() local
Dconvert.cc34 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in xnnpack_convert_f16_f32() local
99 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in xnnpack_convert_f32_f16() local
163 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in xnnpack_convert_f32_qs8() local
229 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in xnnpack_convert_f32_qu8() local
430 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in tflite_convert_f16_f32() local
526 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in tflite_convert_f32_qs8() local
627 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1.0f, 1.0f), std::ref(rng)); in tflite_convert_f32_qu8() local
Df32-softmax.cc37 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1000.0f, 1000.0f), std::ref(rng)); in DNNLSoftArgMax() local
198 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1000.0f, 1000.0f), std::ref(rng)); in ThreePassSoftMaxWithRecomputing() local
262 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1000.0f, 1000.0f), std::ref(rng)); in ThreePassSoftMaxWithReloading() local
329 auto f32rng = std::bind(std::uniform_real_distribution<float>(-1000.0f, 1000.0f), std::ref(rng)); in TwoPassSoftMax() local
Dabs.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_abs_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_abs_f32() local
Dsquare.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_square_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_square_f32() local
Dsquare-root.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 5.0f), std::ref(rng)); in xnnpack_square_root_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.0f, 5.0f), std::ref(rng)); in tflite_square_root_f32() local
Dbankers-rounding.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_bankers_rounding_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_bankers_rounding_f32() local
Dfloor.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_floor_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_floor_f32() local
Dnegate.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_negate_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_negate_f32() local
Dceiling.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_ceiling_f32() local
97 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in tflite_ceiling_f32() local
Dleaky-relu.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-5.0f, 5.0f), std::ref(rng)); in xnnpack_leaky_relu_f32() local
98 auto f32rng = std::bind(std::uniform_real_distribution<float>(-5.0f, 5.0f), std::ref(rng)); in tflite_leaky_relu_f32() local
Dsoftmax.cc102 auto f32rng = std::bind(std::uniform_real_distribution<float>(-100.0f, 100.0f), std::ref(rng)); in xnnpack_softmax_f32() local
169 auto f32rng = std::bind(std::uniform_real_distribution<float>(-100.0f, 100.0f), std::ref(rng)); in tflite_softmax_f32() local
Dglobal-average-pooling.cc160 auto f32rng = std::bind(std::uniform_real_distribution<float>(0.1f, 1.0f), std::ref(rng)); in global_average_pooling_f16() local
220 auto f32rng = std::bind(std::uniform_real_distribution<float>(), std::ref(rng)); in global_average_pooling_f32() local
Dtruncation.cc24 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in xnnpack_truncation_f32() local
Df32-vrelu.cc34 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in f32_vrelu() local
Df32-rmax.cc33 auto f32rng = std::bind(std::uniform_real_distribution<float>(-10.0f, 10.0f), std::ref(rng)); in f32_rmax() local

12345