Searched defs:positive_scale (Results  1 – 5 of 5) sorted by relevance
| /external/XNNPACK/test/ | 
| D | qs8-vlrelu.cc | 55   TEST(QS8_VLRELU__NEON_X8, positive_scale) {  in TEST()  argument 58       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 140   TEST(QS8_VLRELU__NEON_X16, positive_scale) {  in TEST()  argument 143       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 225   TEST(QS8_VLRELU__NEON_X32, positive_scale) {  in TEST()  argument 228       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 310   TEST(QS8_VLRELU__SSE2_X16, positive_scale) {  in TEST()  argument 313       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 395   TEST(QS8_VLRELU__SSE2_X32, positive_scale) {  in TEST()  argument 398       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local [all …] 
 | 
| D | qu8-vlrelu.cc | 63   TEST(QU8_VLRELU__NEON_X8, positive_scale) {  in TEST()  argument 66       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 162   TEST(QU8_VLRELU__NEON_X16, positive_scale) {  in TEST()  argument 165       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 261   TEST(QU8_VLRELU__NEON_X32, positive_scale) {  in TEST()  argument 264       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 360   TEST(QU8_VLRELU__SSE2_X16, positive_scale) {  in TEST()  argument 363       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local 459   TEST(QU8_VLRELU__SSE2_X32, positive_scale) {  in TEST()  argument 462       for (float positive_scale : std::vector<float>({1.0f / 256.0f, 0.3f, 1.3f, 128.0f})) {  in TEST()  local [all …] 
 | 
| D | vlrelu-microkernel-tester.h | 38   inline VLReLUMicrokernelTester& positive_scale(float positive_scale) {  in positive_scale()  function 45   inline float positive_scale() const {  in positive_scale()  function
  | 
| /external/XNNPACK/src/ | 
| D | microparams-init.c | 3477   float positive_scale,  in xnn_init_qs8_lrelu_scalar_select_params() 3504   float positive_scale,  in xnn_init_qs8_lrelu_scalar_andxor_params() 3532   float positive_scale,  in xnn_init_qs8_lrelu_armsimd32_params() 3561   float positive_scale,  in xnn_init_qs8_lrelu_neon_params() 3590   float positive_scale,  in xnn_init_qs8_lrelu_sse2_params() 3621   float positive_scale,  in xnn_init_qs8_lrelu_avx_params() 3650   float positive_scale,  in xnn_init_qs8_lrelu_avx2_params() 3681   float positive_scale,  in xnn_init_qs8_lrelu_wasmsimd_arm_params() 3710   float positive_scale,  in xnn_init_qs8_lrelu_wasmsimd_x86_params() 3742   float positive_scale,  in xnn_init_qu8_lrelu_scalar_select_params() [all …] 
 | 
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | xnnpack_delegate.cc | 3215       const float positive_scale = input_scale / output_scale;  in VisitLeakyReluNode()  local
  |