Searched refs:sum_row (Results 1 – 3 of 3) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/ |
| D | arm_convolve_1x1_s8_fast.c | 91 int32_t sum_row = 0; in arm_convolve_1x1_s8_fast() local 98 &sum_row, in arm_convolve_1x1_s8_fast() 105 sum_row = sum_row * input_offset; in arm_convolve_1x1_s8_fast() 106 res = vaddq_n_s32(res, sum_row); in arm_convolve_1x1_s8_fast() 126 int32_t sum_row = 0; in arm_convolve_1x1_s8_fast() local 130 … input_ch, input_data + i_items * input_ch, filter_data + i_out_ch * input_ch, &sum_row, &acc); in arm_convolve_1x1_s8_fast() 135 sum_row = (sum_row * input_offset); in arm_convolve_1x1_s8_fast() 136 acc += sum_row; in arm_convolve_1x1_s8_fast()
|
| D | arm_convolve_1_x_n_s8.c | 108 int32_t sum_row[4]; in arm_convolve_1_x_n_s8() local 114 &sum_row[0], in arm_convolve_1_x_n_s8() 120 &sum_row[1], in arm_convolve_1_x_n_s8() 127 &sum_row[2], in arm_convolve_1_x_n_s8() 134 &sum_row[3], in arm_convolve_1_x_n_s8() 137 s_offset = vldrwq_s32(sum_row); in arm_convolve_1_x_n_s8() 141 int32_t sum_row; in arm_convolve_1_x_n_s8() local 146 &sum_row, in arm_convolve_1_x_n_s8() 149 s_offset = vdupq_n_s32(sum_row); in arm_convolve_1_x_n_s8()
|
| D | arm_convolve_s8.c | 131 int32_t sum_row; in arm_convolve_s8() local 135 … num_elem, num_elem, (q7_t *)buffer_a, filter_data + num_elem * i_out_ch, &sum_row, acc); in arm_convolve_s8() 136 int32x4_t s_offset = vdupq_n_s32(sum_row); in arm_convolve_s8()
|