Home
last modified time | relevance | path

Searched defs:lhs_value (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8_s32.c363 const int32_t lhs_value = lhs_ptr[0] + lhs_offset; in arm_nn_mat_mult_nt_t_s8_s32() local
422 const int32_t lhs_value = lhs_ptr[0] + lhs_offset; in arm_nn_mat_mult_nt_t_s8_s32() local
450 const int32_t lhs_value = lhs_ptr[0] + lhs_offset; in arm_nn_mat_mult_nt_t_s8_s32() local
Darm_nn_vec_mat_mult_t_svdf_s8.c352 const int32_t lhs_value = (int8_t)*lhs_ptr + lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8() local
395 int32_t lhs_value = (int8_t)lhs_ptr[0] + lhs_offset; in arm_nn_vec_mat_mult_t_svdf_s8() local
Darm_nn_vec_mat_mul_result_acc_s8_s16.c279 const int32_t lhs_value = (int8_t)*lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
321 int32_t lhs_value = (int8_t)lhs_ptr[0]; in arm_nn_vec_mat_mul_result_acc_s8_s16() local
Darm_nn_vec_mat_mul_result_acc_s16.c335 const int64_t lhs_value = *lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s16() local