| /external/XNNPACK/test/ | 
| D | qs8-vlrelu.cc | 67   TEST(QS8_VLRELU__NEON_X8, negative_scale) {  in TEST()  argument70 …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 …]
 
 | 
| D | qu8-vlrelu.cc | 77   TEST(QU8_VLRELU__NEON_X8, negative_scale) {  in TEST()  argument80 …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 …]
 
 | 
| D | vlrelu-microkernel-tester.h | 49   inline VLReLUMicrokernelTester& negative_scale(float negative_scale) {  in negative_scale()  argument55   inline float negative_scale() const {  in negative_scale()  function
 
 | 
| /external/XNNPACK/src/ | 
| D | microparams-init.c | 3478   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 …]
 
 | 
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | xnnpack_delegate.cc | 3224       const float negative_scale = positive_scale * leaky_relu_params->alpha;  in VisitLeakyReluNode()  local
 |