Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c179 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) in depthwise_conv_s4_generic() local
181 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic()
274 … for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult += 2, idx_out_ch_s4++) in depthwise_conv_s4_generic() local
276 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic()
382 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) in depthwise_conv_s4_generic() local
384 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s4_generic()
Darm_depthwise_conv_s16.c168 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) in depthwise_conv_s16_generic_s16() local
170 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s8.c196 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) in depthwise_conv_s8_generic() local
198 const int idx_out_ch = i_ch_mult + i_input_ch * ch_mult; in depthwise_conv_s8_generic()