Home
last modified time | relevance | path

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

/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
Darm_nn_depthwise_conv_nt_t_s8.c144 const int tail_ch = num_ch & 0x3; in arm_nn_depthwise_conv_nt_t_s8() local
/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
Darm_depthwise_conv_s8_opt.c201 const int tail_ch = input_ch & 0x3; in arm_depthwise_conv_s8_opt() local