Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_3x3_s8.c100 int32_t ker_w_start = MAX(0, -in_w); in arm_depthwise_conv_3x3_s8() local
129 if (ker_w_start == 0) in arm_depthwise_conv_3x3_s8()
183 if (ker_w_start == 0) in arm_depthwise_conv_3x3_s8()
252 if (ker_w_start == 0) in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s16.c69 for (int32_t in_ch = 0, out_ch = 0, ker_w_start = MAX(0, -in_w); out_ch < output_ch; in depthwise_conv_s16_mult_4_s16() local
91 … int32_t ker_idx = ker_h * (output_ch * kernel_x) + ker_w_start * output_ch + out_ch; in depthwise_conv_s16_mult_4_s16()
96 for (int32_t ker_w = ker_w_start; ker_w < MIN(kernel_x, input_x - in_w); in depthwise_conv_s16_mult_4_s16()
Darm_depthwise_conv_s8.c83 for (int32_t in_ch = 0, out_ch = 0, ker_w_start = MAX(0, -in_w); out_ch < output_ch; in depthwise_conv_s8_mult_4() local
99 … int32_t ker_idx = ker_h * (output_ch * kernel_x) + ker_w_start * output_ch + out_ch; in depthwise_conv_s8_mult_4()
105 for (int32_t ker_w = ker_w_start; ker_w < MIN(kernel_x, input_x - in_w); in depthwise_conv_s8_mult_4()