Home
last modified time | relevance | path

Searched defs:active_ch (Results 1 – 3 of 3) sorted by relevance

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_padded_s8.c59 const int32_t active_ch, in arm_nn_depthwise_conv_nt_t_padded_s8()
Darm_nn_depthwise_conv_nt_t_s8.c50 const int32_t active_ch, in arm_nn_depthwise_conv_nt_t_s8()
/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c105 int32_t active_ch = MIN(CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s8_opt() local