Searched refs:out_buff3 (Results 1 – 1 of 1) sorted by relevance
107 int32_t out_buff3 = bias[in_ch + 3]; in arm_depthwise_conv_3x3_s8() local125 … out_buff3 += ((int8_t)(in_val >> 24) + input_offset) * (int8_t)(ker_val >> 24); in arm_depthwise_conv_3x3_s8()134 out_buff3 += ((int8_t)(in_val >> 24) + input_offset) * (int8_t)(ker_val >> 24); in arm_depthwise_conv_3x3_s8()144 … out_buff3 += ((int8_t)(in_val >> 24) + input_offset) * (int8_t)(ker_val >> 24); in arm_depthwise_conv_3x3_s8()154 … out_buff3 = arm_nn_requantize(out_buff3, output_mult[in_ch + 3], output_shift[in_ch + 3]); in arm_depthwise_conv_3x3_s8()159 out_buff3 += output_offset; in arm_depthwise_conv_3x3_s8()164 out_buff3 = MIN(MAX(out_buff3, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()169 output[out_idx++] = (int8_t)out_buff3; in arm_depthwise_conv_3x3_s8()