Searched refs:ch_loop (Results 1 – 2 of 2) sorted by relevance
103 const int32_t ch_loop = (input_ch + (CH_IN_BLOCK_MVE - 1)) / CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt() local108 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s8_opt()
104 const int32_t ch_loop = (input_ch + (S4_CH_IN_BLOCK_MVE - 1)) / S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt() local109 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s4_opt()