/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mult_nt_t_s16.c | 90 for (int j = 0; j < rhs_cols_fast; j++) in arm_nn_mat_mult_nt_t_s16() local 92 int8_t col = col_base[j]; in arm_nn_mat_mult_nt_t_s16() 93 acc_n0 += ip_row_0[j] * col; in arm_nn_mat_mult_nt_t_s16() 94 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s16() 95 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mult_nt_t_s16() 96 acc_n3 += ip_row_3[j] * col; in arm_nn_mat_mult_nt_t_s16() 169 for (int j = 0; j < rhs_cols_slow; j++) in arm_nn_mat_mult_nt_t_s16() local 171 int8_t col = col_base[j]; in arm_nn_mat_mult_nt_t_s16() 172 acc_n0_s64 += ip_row_0[j] * col; in arm_nn_mat_mult_nt_t_s16() 173 acc_n1_s64 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s16() [all …]
|
D | arm_nn_mat_mul_core_4x_s8.c | 74 for (int j = 0; j < row_elements; j++) in arm_nn_mat_mul_core_4x_s8() local 76 int32_t col = col_base[j]; in arm_nn_mat_mul_core_4x_s8() 78 acc_n0 += ip_row_0[j] * col; in arm_nn_mat_mul_core_4x_s8() 79 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mul_core_4x_s8() 80 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mul_core_4x_s8() 81 acc_n3 += ip_row_3[j] * col; in arm_nn_mat_mul_core_4x_s8()
|
D | arm_nn_mat_mul_core_1x_s8.c | 74 for (int j = 0; j < row_elements; j++) in arm_nn_mat_mul_core_1x_s8() local 76 int32_t col = col_base[j]; in arm_nn_mat_mul_core_1x_s8() 78 acc_n0 += row_base[j] * col; in arm_nn_mat_mul_core_1x_s8()
|
D | arm_nn_mat_mul_core_1x_s4.c | 75 for (int j = row_elements; j > 0; j -= 16) in arm_nn_mat_mul_core_1x_s4() local 77 mve_pred16_t rmdr_mask = vctp8q((uint32_t)j); in arm_nn_mat_mul_core_1x_s4()
|
D | arm_nn_vec_mat_mult_t_s16.c | 235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s16() local 307 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s16() local
|
D | arm_nn_vec_mat_mul_result_acc_s16.c | 235 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s16() local 306 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s16() local
|
D | arm_nn_vec_mat_mul_result_acc_s8_s16.c | 168 for (int j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mul_result_acc_s8_s16() local 238 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mul_result_acc_s8_s16() local
|
D | arm_nn_vec_mat_mult_t_s8.c | 225 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s8() 299 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s8() 562 for (int32_t j = col_loop_cnt; j != 0; j--) in arm_nn_vec_mat_mult_t_s8() 636 for (int32_t j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_mat_mult_nt_t_s8.c | 84 for (int j = 0; j < rhs_cols; j++) in arm_nn_mat_mult_nt_t_s8() local 86 int32_t col = col_base[j]; in arm_nn_mat_mult_nt_t_s8() 88 acc_n0 += lhs_vec[j] * col; in arm_nn_mat_mult_nt_t_s8() 89 acc_n1 += ip_row_1[j] * col; in arm_nn_mat_mult_nt_t_s8() 90 acc_n2 += ip_row_2[j] * col; in arm_nn_mat_mult_nt_t_s8() 91 acc_n3 += ip_row_3[j] * col; in arm_nn_mat_mult_nt_t_s8() 166 for (int j = 0; j < rhs_cols; j++) in arm_nn_mat_mult_nt_t_s8() local 168 int32_t col = col_base[j]; in arm_nn_mat_mult_nt_t_s8() 170 acc_n0 += lhs_vec[j] * col; in arm_nn_mat_mult_nt_t_s8()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 317 for (int j = col_loop_cnt * 4; j < rhs_cols; j++) in arm_nn_vec_mat_mult_t_svdf_s8() local
|
D | arm_nn_mat_mult_nt_t_s4.c | 107 for (int j = blk_cnt; j > 0; --j) in arm_nn_mat_mult_nt_t_s4() local 209 for (int j = blk_cnt; j > 0; --j) in arm_nn_mat_mult_nt_t_s4() local 300 for (int j = blk_cnt; j > 0; --j) in arm_nn_mat_mult_nt_t_s4() local
|
/cmsis-nn-latest/Source/SVDFunctions/ |
D | arm_svdf_state_s16_s8.c | 146 int j = 0; in arm_svdf_state_s16_s8() local 150 j += 2; in arm_svdf_state_s16_s8() 158 for (; j < time_batches; j++) in arm_svdf_state_s16_s8() 165 for (int j = 0; j < time_batches; j++) in arm_svdf_state_s16_s8() local 189 for (int j = 0; j < feature_batches; j++) in arm_svdf_state_s16_s8() local 191 output_temp[j] = ptr_a[j] + bi[j]; in arm_svdf_state_s16_s8() 205 for (int j = 0; j < rank; j++) in arm_svdf_state_s16_s8() local 225 for (int j = 0; j < rank; j++) in arm_svdf_state_s16_s8() local
|
D | arm_svdf_s8.c | 159 int j = 0; in arm_svdf_s8() local 163 j += 4; in arm_svdf_s8() 173 for (; j < time_batches; j++) in arm_svdf_s8() 180 for (int j = 0; j < time_batches; j++) in arm_svdf_s8() local 204 for (int j = 0; j < feature_batches; j++) in arm_svdf_s8() local 206 output_temp[j] = ptr_a[j] + bi[j]; in arm_svdf_s8() 220 for (int j = 0; j < rank; j++) in arm_svdf_s8() local 240 for (int j = 0; j < rank; j++) in arm_svdf_s8() local
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_state_s16_s8/ |
D | test_arm_svdf_state_s16_s8.c | 99 for (int j = 0; j < number_inputs; j++) in svdf_arm_svdf_state_s16_s8() local 101 memcpy(input_data, svdf_input_sequence + j * input_round_size, input_round_size); in svdf_arm_svdf_state_s16_s8() 184 for (int j = 0; j < number_inputs; j++) in svdf_1_arm_svdf_state_s16_s8() local 186 memcpy(input_data, svdf_1_input_sequence + j * input_round_size, input_round_size); in svdf_1_arm_svdf_state_s16_s8() 269 for (int j = 0; j < number_inputs; j++) in svdf_2_arm_svdf_state_s16_s8() local 271 memcpy(input_data, svdf_2_input_sequence + j * input_round_size, input_round_size); in svdf_2_arm_svdf_state_s16_s8() 354 for (int j = 0; j < number_inputs; j++) in svdf_3_arm_svdf_state_s16_s8() local 356 memcpy(input_data, svdf_3_input_sequence + j * input_round_size, input_round_size); in svdf_3_arm_svdf_state_s16_s8()
|
/cmsis-nn-latest/Tests/UnitTest/TestCases/test_arm_svdf_s8/ |
D | test_arm_svdf_s8.c | 97 for (int j = 0; j < number_inputs; j++) in svdf_int8_arm_svdf_s8() local 99 memcpy(input_data, svdf_int8_input_sequence + j * input_round_size, input_round_size); in svdf_int8_arm_svdf_s8() 208 for (int j = 0; j < number_inputs; j++) in svdf_int8_2_arm_svdf_s8() local 210 memcpy(input_data, svdf_int8_2_input_sequence + j * input_round_size, input_round_size); in svdf_int8_2_arm_svdf_s8()
|
/cmsis-nn-latest/Source/BasicMathFunctions/ |
D | arm_elementwise_mul_s16_s8.c | 117 for (int j = 0; j < loop_count; j++, input_1_vect++, input_2_vect++, output++) in arm_elementwise_mul_s16_s8() local
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_nn_depthwise_conv_s8_core.c | 172 for (int j = 0; j < kernel_size; j++) in arm_nn_depthwise_conv_s8_core() local 174 const int8_t row_val = row_pos[j * num_ch]; in arm_nn_depthwise_conv_s8_core() 175 sum_0 += row_val * col_pos_0[j * num_ch]; in arm_nn_depthwise_conv_s8_core() 176 sum_1 += row_val * col_pos_1[j * num_ch]; in arm_nn_depthwise_conv_s8_core()
|
/cmsis-nn-latest/Source/FullyConnectedFunctions/ |
D | arm_vector_sum_s8.c | 143 for (int j = 0; j < vector_cols; j++) in arm_vector_sum_s8()
|
D | arm_vector_sum_s8_s64.c | 142 for (int j = 0; j < vector_cols; j++) in arm_vector_sum_s8_s64()
|