Lines Matching refs:output_mult
94 const int32_t *output_mult = quant_params->multiplier; in arm_depthwise_conv_fast_s16() local
140 output_mult, in arm_depthwise_conv_fast_s16()
191 int32_t reduced_multiplier_0 = REDUCE_MULTIPLIER(output_mult[offset]); in arm_depthwise_conv_fast_s16()
192 int32_t reduced_multiplier_1 = REDUCE_MULTIPLIER(output_mult[offset + 1]); in arm_depthwise_conv_fast_s16()
193 int32_t reduced_multiplier_2 = REDUCE_MULTIPLIER(output_mult[offset + 2]); in arm_depthwise_conv_fast_s16()
194 int32_t reduced_multiplier_3 = REDUCE_MULTIPLIER(output_mult[offset + 3]); in arm_depthwise_conv_fast_s16()
223 const int32_t *const out_mult_start_pos = output_mult; in arm_depthwise_conv_fast_s16()
282 output_mult = out_mult_start_pos; in arm_depthwise_conv_fast_s16()
292 int32_t output_mult_1 = REDUCE_MULTIPLIER(output_mult[0]); in arm_depthwise_conv_fast_s16()
293 int32_t output_mult_2 = REDUCE_MULTIPLIER(output_mult[1]); in arm_depthwise_conv_fast_s16()
294 int32_t output_mult_3 = REDUCE_MULTIPLIER(output_mult[2]); in arm_depthwise_conv_fast_s16()
295 int32_t output_mult_4 = REDUCE_MULTIPLIER(output_mult[3]); in arm_depthwise_conv_fast_s16()
296 output_mult += 4; in arm_depthwise_conv_fast_s16()
413 … result = arm_nn_requantize_s64(acc, REDUCE_MULTIPLIER(*output_mult), *output_shift++); in arm_depthwise_conv_fast_s16()
414 output_mult++; in arm_depthwise_conv_fast_s16()