Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c87 int get_low_nibble = 1; in depthwise_conv_s4_generic() local
239 if (get_low_nibble) in depthwise_conv_s4_generic()
256 get_low_nibble = !get_low_nibble; in depthwise_conv_s4_generic()
378 int get_low_nibble = 1; in depthwise_conv_s4_generic() local
442 if (get_low_nibble) in depthwise_conv_s4_generic()
444 get_low_nibble = 0; in depthwise_conv_s4_generic()
450 get_low_nibble = 1; in depthwise_conv_s4_generic()
457 ker_idx_0 += (kernel_index_offset * ch_mult) + get_low_nibble; in depthwise_conv_s4_generic()
463 get_low_nibble = !get_low_nibble; in depthwise_conv_s4_generic()
465 get_low_nibble = !get_low_nibble; in depthwise_conv_s4_generic()
Darm_depthwise_conv_s4_opt.c184 int get_low_nibble = 1; in arm_depthwise_conv_s4_opt() local
188 if (get_low_nibble) in arm_depthwise_conv_s4_opt()
209 get_low_nibble = !get_low_nibble; in arm_depthwise_conv_s4_opt()
211 row_0 += (input_ch >> 1) + get_low_nibble; in arm_depthwise_conv_s4_opt()
319 int get_low_nibble = 1; in arm_depthwise_conv_s4_opt() local
484 if (get_low_nibble) in arm_depthwise_conv_s4_opt()
487 get_low_nibble = 0; in arm_depthwise_conv_s4_opt()
492 get_low_nibble = 1; in arm_depthwise_conv_s4_opt()
501 get_low_nibble = !get_low_nibble; in arm_depthwise_conv_s4_opt()
/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s4.c92 int get_low_nibble = 1; in arm_nn_depthwise_conv_nt_t_s4() local
96 if (get_low_nibble) in arm_nn_depthwise_conv_nt_t_s4()
131 get_low_nibble = !get_low_nibble; in arm_nn_depthwise_conv_nt_t_s4()
132 rhs_0 += (total_ch >> 1) + get_low_nibble; in arm_nn_depthwise_conv_nt_t_s4()