Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/
Darm_nn_mat_mult_nt_t_s8.c54 const int32_t lhs_rows, in arm_nn_mat_mult_nt_t_s8() argument
87 int32_t lhs_rows_idx = lhs_rows >> 1; in arm_nn_mat_mult_nt_t_s8()
257 if (lhs_rows % 2) in arm_nn_mat_mult_nt_t_s8()
375 for (int32_t lhs_rows_idx = 0; lhs_rows_idx < lhs_rows; ++lhs_rows_idx) in arm_nn_mat_mult_nt_t_s8()
432 int32_t lhs_rows_idx = lhs_rows >> 1; in arm_nn_mat_mult_nt_t_s8()
495 if (lhs_rows % 2) in arm_nn_mat_mult_nt_t_s8()
542 for (int32_t lhs_rows_idx = 0; lhs_rows_idx < lhs_rows; ++lhs_rows_idx) in arm_nn_mat_mult_nt_t_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_convolve_1x1_s8_fast.c149 const int32_t lhs_rows = input_dims->w * input_dims->h * input_dims->n; in arm_convolve_1x1_s8_fast() local
159 lhs_rows, in arm_convolve_1x1_s8_fast()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnsupportfunctions.h327 const int32_t lhs_rows,