Searched refs:i_loop_cnt (Results 1 – 10 of 10) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_depthwise_conv_nt_t_s16.c | 64 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s16() local 65 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s16()
|
D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 75 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_padded_s8() local 76 num_ch_to_process -= 4, out += 4, offset += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_padded_s8()
|
D | arm_nn_depthwise_conv_nt_t_s8.c | 66 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s8() local 67 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s8()
|
D | arm_nn_depthwise_conv_nt_t_s4.c | 70 for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; in arm_nn_depthwise_conv_nt_t_s4() local 71 num_ch_to_process -= 4, offset += 4, out += 4, i_loop_cnt++) in arm_nn_depthwise_conv_nt_t_s4()
|
D | arm_nn_vec_mat_mul_result_acc_s8_s16.c | 311 for (int i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mul_result_acc_s8_s16() local
|
D | arm_nn_vec_mat_mult_t_s8.c | 384 for (int32_t i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mult_t_s8() 720 for (int32_t i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 385 for (int i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mult_t_svdf_s8() local
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s8_opt.c | 169 for (int i_loop_cnt = 0, offset = i_ch * CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s8_opt() local 170 num_ch_to_process -= 4, offset += 4, i_loop_cnt++) in arm_depthwise_conv_s8_opt() 172 … const int8_t *col_0 = lhs_buffer + (kernel_size * CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s8_opt()
|
D | arm_depthwise_conv_fast_s16.c | 160 …for (int i_loop_cnt = 0, offset = 0; i_loop_cnt < loop_count; num_ch_to_process -= 4, offset += 4,… in arm_depthwise_conv_fast_s16() local
|
D | arm_depthwise_conv_s4_opt.c | 171 for (int i_loop_cnt = 0, offset = i_ch * S4_CH_IN_BLOCK_MVE; i_loop_cnt < loop_count; in arm_depthwise_conv_s4_opt() local 172 num_ch_to_process -= 4, offset += 4, i_loop_cnt++) in arm_depthwise_conv_s4_opt() 174 … const int8_t *col_0 = lhs_buffer + (kernel_size * S4_CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s4_opt()
|