Searched refs:rhs_rows_idx (Results 1 – 3 of 3) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mult_nt_t_s4.c | 369 for (int32_t rhs_rows_idx = 0; rhs_rows_idx <= (rhs_rows - 4); rhs_rows_idx += 4) in arm_nn_mat_mult_nt_t_s4() 392 res00 = bias[rhs_rows_idx]; in arm_nn_mat_mult_nt_t_s4() 393 res01 = bias[rhs_rows_idx + 2]; in arm_nn_mat_mult_nt_t_s4() 394 res10 = bias[rhs_rows_idx]; in arm_nn_mat_mult_nt_t_s4() 395 res11 = bias[rhs_rows_idx + 2]; in arm_nn_mat_mult_nt_t_s4() 396 spillover00 = bias[rhs_rows_idx + 1]; in arm_nn_mat_mult_nt_t_s4() 397 spillover01 = bias[rhs_rows_idx + 3]; in arm_nn_mat_mult_nt_t_s4() 398 spillover10 = bias[rhs_rows_idx + 1]; in arm_nn_mat_mult_nt_t_s4() 399 spillover11 = bias[rhs_rows_idx + 3]; in arm_nn_mat_mult_nt_t_s4() 591 … res00 = arm_nn_requantize(res00, dst_multipliers[rhs_rows_idx], dst_shifts[rhs_rows_idx]); in arm_nn_mat_mult_nt_t_s4() [all …]
|
D | arm_nn_mat_mult_nt_t_s8.c | 230 for (int32_t rhs_rows_idx = 0; rhs_rows_idx <= (rhs_rows - 2); rhs_rows_idx += 2) in arm_nn_mat_mult_nt_t_s8() 248 lhs_offset_contribution0 += bias[rhs_rows_idx]; in arm_nn_mat_mult_nt_t_s8() 249 lhs_offset_contribution1 += bias[rhs_rows_idx + 1]; in arm_nn_mat_mult_nt_t_s8() 416 … res00 = arm_nn_requantize(res00, dst_multipliers[rhs_rows_idx], dst_shifts[rhs_rows_idx]); in arm_nn_mat_mult_nt_t_s8() 417 … res01 = arm_nn_requantize(res01, dst_multipliers[rhs_rows_idx + 1], dst_shifts[rhs_rows_idx + 1]); in arm_nn_mat_mult_nt_t_s8() 418 … res10 = arm_nn_requantize(res10, dst_multipliers[rhs_rows_idx], dst_shifts[rhs_rows_idx]); in arm_nn_mat_mult_nt_t_s8() 419 … res11 = arm_nn_requantize(res11, dst_multipliers[rhs_rows_idx + 1], dst_shifts[rhs_rows_idx + 1]); in arm_nn_mat_mult_nt_t_s8() 562 … res00 = arm_nn_requantize(res00, dst_multipliers[rhs_rows_idx], dst_shifts[rhs_rows_idx]); in arm_nn_mat_mult_nt_t_s8() 563 … res01 = arm_nn_requantize(res01, dst_multipliers[rhs_rows_idx + 1], dst_shifts[rhs_rows_idx + 1]); in arm_nn_mat_mult_nt_t_s8() 626 for (int32_t rhs_rows_idx = 0; rhs_rows_idx <= (rhs_rows - 2); rhs_rows_idx += 2) in arm_nn_mat_mult_nt_t_s8() [all …]
|
D | arm_nn_mat_mult_nt_t_s8_s32.c | 57 int32_t rhs_rows_idx = rhs_rows; in arm_nn_mat_mult_nt_t_s8_s32() local 60 for (; rhs_rows_idx >= 16; rhs_rows_idx -= 16) in arm_nn_mat_mult_nt_t_s8_s32() 130 if (rhs_rows_idx) in arm_nn_mat_mult_nt_t_s8_s32() 132 mve_pred16_t rmdr = (1 << rhs_rows_idx) - 1; in arm_nn_mat_mult_nt_t_s8_s32() 202 for (; rhs_rows_idx >= 8; rhs_rows_idx -= 8) in arm_nn_mat_mult_nt_t_s8_s32() 271 for (; rhs_rows_idx >= 4; rhs_rows_idx -= 4) in arm_nn_mat_mult_nt_t_s8_s32() 327 for (; rhs_rows_idx >= 2; rhs_rows_idx -= 2) in arm_nn_mat_mult_nt_t_s8_s32() 382 for (; rhs_rows_idx >= 2; rhs_rows_idx -= 2) in arm_nn_mat_mult_nt_t_s8_s32() 442 if (rhs_rows_idx) in arm_nn_mat_mult_nt_t_s8_s32()
|