Searched refs:out_buff1 (Results 1 – 1 of 1) sorted by relevance
106 int32_t out_buff1 = 0; in arm_depthwise_conv_3x3_s8() local112 out_buff1 = *bias++; in arm_depthwise_conv_3x3_s8()137 out_buff1 = SMLABB(in_val_1, ker_val_1, out_buff1); in arm_depthwise_conv_3x3_s8()150 out_buff1 = SMLABB(in_val_1, ker_val_1, out_buff1); in arm_depthwise_conv_3x3_s8()164 out_buff1 = SMLABB(in_val_1, ker_val_1, out_buff1); in arm_depthwise_conv_3x3_s8()188 … out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()197 out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()207 … out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()218 … out_buff1 = arm_nn_requantize(out_buff1, output_mult[in_ch + 1], output_shift[in_ch + 1]); in arm_depthwise_conv_3x3_s8()223 out_buff1 += output_offset; in arm_depthwise_conv_3x3_s8()[all …]