Home
last modified time | relevance | path

Searched refs:active_ch (Results 1 – 6 of 6) sorted by relevance

/cmsis-nn-latest/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() argument
71 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_padded_s8()
73 uint32_t num_ch_to_process = active_ch; in arm_nn_depthwise_conv_nt_t_padded_s8()
160 (void)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() argument
63 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s8()
64 uint32_t num_ch_to_process = active_ch; in arm_nn_depthwise_conv_nt_t_s8()
153 (void)active_ch; in arm_nn_depthwise_conv_nt_t_s8()
Darm_nn_depthwise_conv_nt_t_s4.c52 const int32_t active_ch, in arm_nn_depthwise_conv_nt_t_s4() argument
65 int32_t loop_count = (active_ch + 3) / 4; in arm_nn_depthwise_conv_nt_t_s4()
66 uint32_t num_ch_to_process = active_ch; in arm_nn_depthwise_conv_nt_t_s4()
211 (void)active_ch; in arm_nn_depthwise_conv_nt_t_s4()
/cmsis-nn-latest/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
123 arm_memset_s8(lhs_buffer, (int8_t)-input_offset, (uint32_t)active_ch); in arm_depthwise_conv_s8_opt()
129 (uint32_t)active_ch); in arm_depthwise_conv_s8_opt()
144 active_ch, in arm_depthwise_conv_s8_opt()
166 int32_t loop_count = (active_ch + 3) / 4; in arm_depthwise_conv_s8_opt()
167 int32_t num_ch_to_process = active_ch; in arm_depthwise_conv_s8_opt()
206 active_ch = MIN(CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_s4_opt.c106 int32_t active_ch = MIN(S4_CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s4_opt() local
124 arm_memset_s8(lhs_buffer, (int8_t)-input_offset, (uint32_t)active_ch); in arm_depthwise_conv_s4_opt()
130 (uint32_t)active_ch); in arm_depthwise_conv_s4_opt()
144 active_ch, in arm_depthwise_conv_s4_opt()
168 int32_t loop_count = (active_ch + 3) / 4; in arm_depthwise_conv_s4_opt()
169 int32_t num_ch_to_process = active_ch; in arm_depthwise_conv_s4_opt()
248 active_ch = MIN(S4_CH_IN_BLOCK_MVE, remaining_ch); in arm_depthwise_conv_s4_opt()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h749 const int32_t active_ch,
792 const int32_t active_ch,
836 const int32_t active_ch,