Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s16.c96 for (int32_t ker_w = ker_w_start; ker_w < MIN(kernel_x, input_x - in_w); in depthwise_conv_s16_mult_4_s16() local
97 ++ker_w, ker_idx += output_ch) in depthwise_conv_s16_mult_4_s16()
101 int32_t in_val = input[in_idx + ker_w * input_ch]; in depthwise_conv_s16_mult_4_s16()
Darm_depthwise_conv_s8.c105 for (int32_t ker_w = ker_w_start; ker_w < MIN(kernel_x, input_x - in_w); in depthwise_conv_s8_mult_4() local
106 ++ker_w, kernel += output_ch) in depthwise_conv_s8_mult_4()
108 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_s8_mult_4()