Searched refs:remaining_ch (Results 1 – 1 of 1) sorted by relevance
104 int32_t remaining_ch = output_ch; in arm_depthwise_conv_s8_opt() local105 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()