Home
last modified time | relevance | path

Searched refs:tail_ch (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c155 int32_t tail_ch = num_ch & 3; in arm_nn_depthwise_conv_s8_core() local
156 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()
Darm_depthwise_conv_fast_s16.c210 const int tail_ch = input_ch & 0x3; in arm_depthwise_conv_fast_s16() local
211 if (tail_ch != 0) in arm_depthwise_conv_fast_s16()
213 out -= (4 - tail_ch); in arm_depthwise_conv_fast_s16()
/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c147 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_s16() local
148 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()