Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_vec_mat_mul_result_acc_s8.c275 const int32_t lhs_value = (int8_t)*lhs_ptr; in arm_nn_vec_mat_mul_result_acc_s8() local
321 int32_t lhs_value = (int8_t)lhs_ptr[0]; in arm_nn_vec_mat_mul_result_acc_s8() 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