Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c167 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) 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()
Darm_depthwise_conv_s8.c181 for (int i_ch_mult = 0; i_ch_mult < ch_mult; i_ch_mult++) 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()