Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_s8.c310 int32_t i_out_ch, i_out_y, i_out_x, i_input_ch, i_ker_y, i_ker_x; in arm_convolve_s8()
336 for (i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in arm_convolve_s8()
339 … (input_data[(in_row * input_x + in_col) * input_ch + i_input_ch] + input_offset) * in arm_convolve_s8()
341 … (i_ker_y * kernel_x + i_ker_x) * input_ch + i_input_ch]; in arm_convolve_s8()
Darm_depthwise_conv_u8_basic_ver1.c165 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_u8_generic() local
169 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_u8_generic()
185 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_u8_generic()
Darm_depthwise_conv_s8.c179 for (int i_input_ch = 0; i_input_ch < input_ch; i_input_ch++) in depthwise_conv_s8_generic() local
183 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s8_generic()
199 int32_t idx_0 = (idx_y * input_x + idx_x) * input_ch + i_input_ch; in depthwise_conv_s8_generic()