Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c103 const int32_t ch_loop = (input_ch + (CH_IN_BLOCK_MVE - 1)) / CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt() local
108 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s4_opt.c104 const int32_t ch_loop = (input_ch + (S4_CH_IN_BLOCK_MVE - 1)) / S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt() local
109 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s4_opt()