Searched refs:out_buff2 (Results 1 – 1 of 1) sorted by relevance
106 int32_t out_buff2 = bias[in_ch + 2]; in arm_depthwise_conv_3x3_s8() local124 … out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()133 out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()143 … out_buff2 += ((int8_t)(in_val >> 16) + input_offset) * (int8_t)(ker_val >> 16); in arm_depthwise_conv_3x3_s8()153 … out_buff2 = arm_nn_requantize(out_buff2, output_mult[in_ch + 2], output_shift[in_ch + 2]); in arm_depthwise_conv_3x3_s8()158 out_buff2 += output_offset; in arm_depthwise_conv_3x3_s8()163 out_buff2 = MIN(MAX(out_buff2, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()168 output[out_idx++] = (int8_t)out_buff2; in arm_depthwise_conv_3x3_s8()