Searched refs:num_of_rows (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/FullyConnectedFunctions/ |
| D | arm_fully_connected_q15_opt.c | 99 const uint16_t num_of_rows, in arm_fully_connected_q15_opt() argument 115 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q15_opt() 207 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q15_opt() 249 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q15_opt() 309 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q15_opt()
|
| D | arm_fully_connected_mat_q7_vec_q15.c | 71 const uint16_t num_of_rows, in arm_fully_connected_mat_q7_vec_q15() argument 88 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_mat_q7_vec_q15() 137 rowCnt = num_of_rows & 0x1; in arm_fully_connected_mat_q7_vec_q15() 179 for (i = 0; i < num_of_rows; i++) in arm_fully_connected_mat_q7_vec_q15()
|
| D | arm_fully_connected_q7.c | 70 const uint16_t num_of_rows, in arm_fully_connected_q7() argument 86 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_q7() 138 rowCnt = num_of_rows & 0x1; in arm_fully_connected_q7() 182 for (i = 0; i < num_of_rows; i++) in arm_fully_connected_q7()
|
| D | arm_fully_connected_q15.c | 68 const uint16_t num_of_rows, in arm_fully_connected_q15() argument 84 uint16_t rowCnt = num_of_rows >> 1; in arm_fully_connected_q15() 133 rowCnt = num_of_rows & 0x1; in arm_fully_connected_q15() 177 for (i = 0; i < num_of_rows; i++) in arm_fully_connected_q15()
|
| D | arm_fully_connected_mat_q7_vec_q15_opt.c | 119 const uint16_t num_of_rows, in arm_fully_connected_mat_q7_vec_q15_opt() argument 136 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_mat_q7_vec_q15_opt() 285 rowCnt = num_of_rows & 0x3; in arm_fully_connected_mat_q7_vec_q15_opt() 327 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_mat_q7_vec_q15_opt() 390 rowCnt = num_of_rows & 0x3; in arm_fully_connected_mat_q7_vec_q15_opt()
|
| D | arm_fully_connected_q7_opt.c | 131 const uint16_t num_of_rows, in arm_fully_connected_q7_opt() argument 146 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q7_opt() 344 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q7_opt() 385 uint16_t rowCnt = num_of_rows >> 2; in arm_fully_connected_q7_opt() 466 rowCnt = num_of_rows & 0x3; in arm_fully_connected_q7_opt()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/ |
| D | arm_nnfunctions.h | 1109 const uint16_t num_of_rows, 1190 const uint16_t num_of_rows, 1215 const uint16_t num_of_rows, 1240 const uint16_t num_of_rows, 1265 const uint16_t num_of_rows, 1290 const uint16_t num_of_rows,
|