Searched refs:lhs (Results 1 – 6 of 6) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/ |
| D | arm_nn_depthwise_conv_nt_t_padded_s8.c | 49 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_padded_s8() argument 77 const int8_t *lhs_0 = lhs + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() 78 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() 79 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() 80 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_padded_s8() 150 (void)lhs; in arm_nn_depthwise_conv_nt_t_padded_s8()
|
| D | arm_nn_depthwise_conv_nt_t_s8.c | 48 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs, in arm_nn_depthwise_conv_nt_t_s8() argument 76 const int8_t *lhs_0 = lhs + offset; in arm_nn_depthwise_conv_nt_t_s8() 77 const int8_t *lhs_1 = lhs + row_x_col * num_ch + offset; in arm_nn_depthwise_conv_nt_t_s8() 78 const int8_t *lhs_2 = lhs + (row_x_col * num_ch * 2) + offset; in arm_nn_depthwise_conv_nt_t_s8() 79 const int8_t *lhs_3 = lhs + (row_x_col * num_ch * 3) + offset; in arm_nn_depthwise_conv_nt_t_s8() 152 (void)lhs; in arm_nn_depthwise_conv_nt_t_s8()
|
| D | arm_nn_vec_mat_mult_t_svdf_s8.c | 49 arm_status arm_nn_vec_mat_mult_t_svdf_s8(const q7_t *lhs, in arm_nn_vec_mat_mult_t_svdf_s8() argument 80 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() 135 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() 179 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() 224 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() 259 const q7_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_svdf_s8() 307 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_svdf_s8()
|
| D | arm_nn_vec_mat_mult_t_s8.c | 48 arm_status arm_nn_vec_mat_mult_t_s8(const q7_t *lhs, in arm_nn_vec_mat_mult_t_s8() argument 74 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_s8() 135 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_s8() 190 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_s8() 252 const int8_t *lhs_vec = lhs; in arm_nn_vec_mat_mult_t_s8() 294 const q7_t *lhs_ptr = lhs; in arm_nn_vec_mat_mult_t_s8() 353 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_vec_mat_mult_t_s8()
|
| D | arm_nn_mat_mult_nt_t_s8.c | 48 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, in arm_nn_mat_mult_nt_t_s8() argument 67 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8() 372 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8() 412 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8() 539 const q7_t *lhs_ptr = &lhs[0]; in arm_nn_mat_mult_nt_t_s8()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnsupportfunctions.h | 321 arm_status arm_nn_mat_mult_nt_t_s8(const q7_t *lhs, 356 arm_status arm_nn_vec_mat_mult_t_s8(const q7_t *lhs, 391 arm_status arm_nn_vec_mat_mult_t_svdf_s8(const q7_t *lhs, 432 q7_t *arm_nn_depthwise_conv_nt_t_padded_s8(const q7_t *lhs, 473 q7_t *arm_nn_depthwise_conv_nt_t_s8(const q7_t *lhs,
|