Home
last modified time | relevance | path

Searched defs:negative_scale (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/XNNPACK/test/
H A Dqu8-vlrelu.cc77 TEST(QU8_VLRELU__NEON_X8, negative_scale) { in TEST() argument
80 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
176 TEST(QU8_VLRELU__NEON_X16, negative_scale) { in TEST() argument
179 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
275 TEST(QU8_VLRELU__NEON_X32, negative_scale) { in TEST() argument
278 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
374 TEST(QU8_VLRELU__SSE2_X16, negative_scale) { in TEST() argument
377 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
473 TEST(QU8_VLRELU__SSE2_X32, negative_scale) { in TEST() argument
476 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
[all …]
H A Dqs8-vlrelu.cc67 TEST(QS8_VLRELU__NEON_X8, negative_scale) { in TEST() argument
70 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
152 TEST(QS8_VLRELU__NEON_X16, negative_scale) { in TEST() argument
155 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
237 TEST(QS8_VLRELU__NEON_X32, negative_scale) { in TEST() argument
240 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
322 TEST(QS8_VLRELU__SSE2_X16, negative_scale) { in TEST() argument
325 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
407 TEST(QS8_VLRELU__SSE2_X32, negative_scale) { in TEST() argument
410 …for (float negative_scale : std::vector<float>({-127.99609375f, -1.3f, -0.3f, -1.0f / 256.0f, 1 / … in TEST() local
[all …]
H A Dvlrelu-microkernel-tester.h49 inline VLReLUMicrokernelTester& negative_scale(float negative_scale) { in negative_scale() function
55 inline float negative_scale() const { in negative_scale() function
/aosp_15_r20/external/XNNPACK/src/
H A Dmicroparams-init.c3478 float negative_scale, in xnn_init_qs8_lrelu_scalar_select_params()
3505 float negative_scale, in xnn_init_qs8_lrelu_scalar_andxor_params()
3533 float negative_scale, in xnn_init_qs8_lrelu_armsimd32_params()
3562 float negative_scale, in xnn_init_qs8_lrelu_neon_params()
3591 float negative_scale, in xnn_init_qs8_lrelu_sse2_params()
3622 float negative_scale, in xnn_init_qs8_lrelu_avx_params()
3651 float negative_scale, in xnn_init_qs8_lrelu_avx2_params()
3682 float negative_scale, in xnn_init_qs8_lrelu_wasmsimd_arm_params()
3711 float negative_scale, in xnn_init_qs8_lrelu_wasmsimd_x86_params()
3743 float negative_scale, in xnn_init_qu8_lrelu_scalar_select_params()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc3224 const float negative_scale = positive_scale * leaky_relu_params->alpha; in VisitLeakyReluNode() local