Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_vec_mat_mult_t_s8.c91 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
118 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_s8()
129 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_s8()
222 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8()
239 ker_0 = arm_nn_read_s8x4_ia(&rhs_1_ptr); in arm_nn_vec_mat_mult_t_s8()
253 acc_1 += lhs_temp * (*rhs_1_ptr + rhs_offset); in arm_nn_vec_mat_mult_t_s8()
254 rhs_1_ptr++; in arm_nn_vec_mat_mult_t_s8()
441 const int8_t *rhs_1_ptr = rhs + rhs_cols; in arm_nn_vec_mat_mult_t_s8() local
465 const int8x16_t ker_1 = vldrbq_z_s8(rhs_1_ptr, p); in arm_nn_vec_mat_mult_t_s8()
476 rhs_1_ptr += 16; in arm_nn_vec_mat_mult_t_s8()
[all …]