Searched refs:tail_ch (Results 1 – 4 of 4) 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()
201 const int tail_ch = input_ch & 0x3; in arm_depthwise_conv_s8_opt() local202 if (tail_ch != 0) in arm_depthwise_conv_s8_opt()204 out -= (4 - tail_ch); in arm_depthwise_conv_s8_opt()
142 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_padded_s8() local143 if (tail_ch != 0) in arm_nn_depthwise_conv_nt_t_padded_s8()145 out -= (4 - tail_ch); in arm_nn_depthwise_conv_nt_t_padded_s8()
144 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_s8() local145 if (tail_ch != 0) in arm_nn_depthwise_conv_nt_t_s8()147 out -= (4 - tail_ch); in arm_nn_depthwise_conv_nt_t_s8()