• Home
  • Raw
  • Download

Lines Matching refs:slope

65   TEST(F32_VLRELU__NEON_X4, slope) {  in TEST()  argument
67 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
71 .slope(slope) in TEST()
124 TEST(F32_VLRELU__NEON_X8, slope) { in TEST() argument
126 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
130 .slope(slope) in TEST()
183 TEST(F32_VLRELU__SSE_X4, slope) { in TEST() argument
185 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
189 .slope(slope) in TEST()
242 TEST(F32_VLRELU__SSE_X8, slope) { in TEST() argument
244 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
248 .slope(slope) in TEST()
301 TEST(F32_VLRELU__SSE2_X4, slope) { in TEST() argument
303 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
307 .slope(slope) in TEST()
360 TEST(F32_VLRELU__SSE2_X8, slope) { in TEST() argument
362 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
366 .slope(slope) in TEST()
419 TEST(F32_VLRELU__SSE41_X4, slope) { in TEST() argument
421 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
425 .slope(slope) in TEST()
478 TEST(F32_VLRELU__SSE41_X8, slope) { in TEST() argument
480 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
484 .slope(slope) in TEST()
537 TEST(F32_VLRELU__AVX_X8, slope) { in TEST() argument
539 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
543 .slope(slope) in TEST()
596 TEST(F32_VLRELU__AVX_X16, slope) { in TEST() argument
598 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
602 .slope(slope) in TEST()
655 TEST(F32_VLRELU__AVX512F_X16, slope) { in TEST() argument
657 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
661 .slope(slope) in TEST()
714 TEST(F32_VLRELU__AVX512F_X32, slope) { in TEST() argument
716 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
720 .slope(slope) in TEST()
768 TEST(F32_VLRELU__WASMSIMD_BITSELECT_X4, slope) { in TEST() argument
769 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
773 .slope(slope) in TEST()
821 TEST(F32_VLRELU__WASMSIMD_BITSELECT_X8, slope) { in TEST() argument
822 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
826 .slope(slope) in TEST()
874 TEST(F32_VLRELU__WASMSIMD_MINMAX_X4, slope) { in TEST() argument
875 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
879 .slope(slope) in TEST()
927 TEST(F32_VLRELU__WASMSIMD_MINMAX_X8, slope) { in TEST() argument
928 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
932 .slope(slope) in TEST()
964 TEST(F32_VLRELU__WASM_X1, slope) { in TEST() argument
965 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
969 .slope(slope) in TEST()
1017 TEST(F32_VLRELU__WASM_X2, slope) { in TEST() argument
1018 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
1022 .slope(slope) in TEST()
1070 TEST(F32_VLRELU__WASM_X4, slope) { in TEST() argument
1071 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
1075 .slope(slope) in TEST()
1106 TEST(F32_VLRELU__SCALAR_X1, slope) { in TEST() argument
1107 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
1111 .slope(slope) in TEST()
1157 TEST(F32_VLRELU__SCALAR_X2, slope) { in TEST() argument
1158 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
1162 .slope(slope) in TEST()
1208 TEST(F32_VLRELU__SCALAR_X4, slope) { in TEST() argument
1209 for (float slope : std::vector<float>({-0.7f, 0.3f, 1.3f})) { in TEST() local
1213 .slope(slope) in TEST()