Searched refs:tail_ch (Results 1 – 3 of 3) sorted by relevance
155 int32_t tail_ch = num_ch & 3; in arm_nn_depthwise_conv_s8_core() local156 if (tail_ch != 0) in arm_nn_depthwise_conv_s8_core()163 for (int i = 0; i < tail_ch; i++) in arm_nn_depthwise_conv_s8_core()183 const mve_pred16_t p = vctp32q((uint32_t)tail_ch); in arm_nn_depthwise_conv_s8_core()200 out_tmp += tail_ch; in arm_nn_depthwise_conv_s8_core()
210 const int tail_ch = input_ch & 0x3; in arm_depthwise_conv_fast_s16() local211 if (tail_ch != 0) in arm_depthwise_conv_fast_s16()213 out -= (4 - tail_ch); in arm_depthwise_conv_fast_s16()
147 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_s16() local148 if (tail_ch != 0) in arm_nn_depthwise_conv_nt_t_s16()150 out -= (4 - tail_ch); in arm_nn_depthwise_conv_nt_t_s16()