Searched refs:i_ch (Results 1 – 2 of 2) sorted by relevance
108 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s8_opt() local110 out = output + i_ch * CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt()111 const int8_t *input_slice = input + (i_ch * CH_IN_BLOCK_MVE); in arm_depthwise_conv_s8_opt()138 const int32_t block_offset = i_ch * CH_IN_BLOCK_MVE; in arm_depthwise_conv_s8_opt()169 for (int i_loop_cnt = 0, offset = i_ch * CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s8_opt()
109 for (int i_ch = 0; i_ch < ch_loop; i_ch++) in arm_depthwise_conv_s4_opt() local111 out = output + i_ch * S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()112 const int8_t *input_slice = input + (i_ch * S4_CH_IN_BLOCK_MVE); in arm_depthwise_conv_s4_opt()139 const int32_t block_offset = i_ch * S4_CH_IN_BLOCK_MVE; in arm_depthwise_conv_s4_opt()171 for (int i_loop_cnt = 0, offset = i_ch * S4_CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s4_opt()