Searched refs:y01_scaled (Results 1 – 2 of 2) sorted by relevance
102 const int64x2_t y01_scaled = vrshlq_s64(y01_adjusted_product, vshift); in xnn_qu8_requantize_precise__neon() local111 …const int32x4_t y_scaled = vuzp1q_s32(vreinterpretq_s32_s64(y01_scaled), vreinterpretq_s32_s64(y23… in xnn_qu8_requantize_precise__neon()120 const int32x4_t y_scaled = vcombine_s32(vmovn_s64(y01_scaled), vmovn_s64(y23_scaled)); in xnn_qu8_requantize_precise__neon()
102 const int64x2_t y01_scaled = vrshlq_s64(y01_adjusted_product, vshift); in xnn_qs8_requantize_precise__neon() local111 …const int32x4_t y_scaled = vuzp1q_s32(vreinterpretq_s32_s64(y01_scaled), vreinterpretq_s32_s64(y23… in xnn_qs8_requantize_precise__neon()120 const int32x4_t y_scaled = vcombine_s32(vmovn_s64(y01_scaled), vmovn_s64(y23_scaled)); in xnn_qs8_requantize_precise__neon()