Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c138 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local
150 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()
151 acc_1 += (input[idx_0 + 1] + input_offset) * ker_val1; in depthwise_conv_s4_generic()
153 idx_0 += dilation_x * input_ch; in depthwise_conv_s4_generic()
229 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local
248 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()
250 idx_0 += dilation_x * input_ch; in depthwise_conv_s4_generic()
322 … int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s4_generic() local
335 acc_0 += (input[idx_0] + input_offset) * ker_val0; in depthwise_conv_s4_generic()
336 acc_1 += (input[idx_0] + input_offset) * ker_val1; in depthwise_conv_s4_generic()
[all …]
Darm_depthwise_conv_s16.c217 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s16_generic_s16() local
220 acc_0 += input[idx_0] * kernel[ker_idx_0]; in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s8.c243 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s8_generic() local
246 acc_0 += (input[idx_0] + input_offset) * kernel[ker_idx_0]; in depthwise_conv_s8_generic()