Home
last modified time | relevance | path

Searched refs:rhs_1_ptr (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_per_ch_s8.c93 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_per_ch_s8() local
112 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_per_ch_s8()
123 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_per_ch_s8()
204 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_per_ch_s8()
221 ker_0 = arm_nn_read_s8x4_ia(&rhs_1_ptr); in arm_nn_vec_mat_mult_t_per_ch_s8()
235 acc_1 += lhs_temp * (*rhs_1_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_per_ch_s8()
236 rhs_1_ptr++; in arm_nn_vec_mat_mult_t_per_ch_s8()
423 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_per_ch_s8() local
439 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_per_ch_s8()
450 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_per_ch_s8()
[all …]
Darm_nn_vec_mat_mult_t_s8.c93 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
112 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_s8()
123 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_s8()
203 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8()
220 ker_0 = arm_nn_read_s8x4_ia(&rhs_1_ptr); in arm_nn_vec_mat_mult_t_s8()
234 acc_1 += lhs_temp * (*rhs_1_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()
235 rhs_1_ptr++; in arm_nn_vec_mat_mult_t_s8()
421 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
437 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_s8()
448 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_s8()
[all …]