Searched refs:remaining_ch (Results 1 – 2 of 2) 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()
105 int32_t remaining_ch = output_ch; in arm_depthwise_conv_s4_opt() local106 int32_t active_ch = MIN(S4_CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s4_opt()107 remaining_ch -= S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()248 active_ch = MIN(S4_CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s4_opt()249 remaining_ch -= S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()