Home
last modified time | relevance | path

Searched refs:out_buff1 (Results 1 – 1 of 1) sorted by relevance

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c106 int32_t out_buff1 = 0; in arm_depthwise_conv_3x3_s8() local
112 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()
188out_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()
207out_buff1 += ((int8_t)(in_val >> 8) + input_offset) * (int8_t)(ker_val >> 8); in arm_depthwise_conv_3x3_s8()
218out_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 …]