Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/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_s8_opt.c201 const int tail_ch = input_ch & 0x3; in arm_depthwise_conv_s8_opt() local
202 if (tail_ch != 0) in arm_depthwise_conv_s8_opt()
204 out -= (4 - tail_ch); in arm_depthwise_conv_s8_opt()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c142 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_padded_s8() local
143 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()
Darm_nn_depthwise_conv_nt_t_s8.c144 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_s8() local
145 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()