Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c104 int32_t remaining_ch = output_ch; in arm_depthwise_conv_s8_opt() local
105 int32_t active_ch = MIN(CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s8_opt()
106 remaining_ch -= CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt()
206 active_ch = MIN(CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s8_opt()
207 remaining_ch -= CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt()