Searched refs:scatter_offset (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_nn_mat_mul_core_4x_s8.c | 128 …const uint32x4_t scatter_offset = {0, (uint32_t)out_ch, (uint32_t)out_ch * 2, (uint32_t)out_ch * 3… in arm_nn_mat_mul_core_4x_s8() local 129 vstrbq_scatter_offset_s32(output, scatter_offset, res); in arm_nn_mat_mul_core_4x_s8()
|
D | arm_nn_mat_mult_nt_t_s16.c | 63 const uint32x4_t scatter_offset = { in arm_nn_mat_mult_nt_t_s16() local 152 vstrhq_scatter_offset_s32(dst, scatter_offset, result); in arm_nn_mat_mult_nt_t_s16() 199 vstrhq_scatter_offset_s32(dst, scatter_offset, res); in arm_nn_mat_mult_nt_t_s16()
|
D | arm_nn_vec_mat_mult_t_s4.c | 91 const uint32x4_t scatter_offset = {0, 1, 2 * row_loop_cnt, 2 * row_loop_cnt + 1}; in arm_nn_vec_mat_mult_t_s4() local 297 vstrbq_scatter_offset_s32(dst, scatter_offset, acc); in arm_nn_vec_mat_mult_t_s4()
|
D | arm_nn_mat_mult_nt_t_s8.c | 144 const uint32x4_t scatter_offset = { in arm_nn_mat_mult_nt_t_s8() local 146 vstrbq_scatter_offset_s32(dst, scatter_offset, res); in arm_nn_mat_mult_nt_t_s8()
|
D | arm_nn_mat_mult_nt_t_s4.c | 69 …const uint32x4_t scatter_offset = {0, (uint32_t)rhs_rows, (uint32_t)rhs_rows * 2, (uint32_t)rhs_ro… in arm_nn_mat_mult_nt_t_s4() local 170 vstrbq_scatter_offset_s32(dst, scatter_offset, res); in arm_nn_mat_mult_nt_t_s4() 266 vstrbq_scatter_offset_p_s32(dst, scatter_offset, res, requant_mask); in arm_nn_mat_mult_nt_t_s4()
|
/cmsis-nn-latest/Source/ConvolutionFunctions/ |
D | arm_nn_mat_mult_s8.c | 115 const uint32x4_t scatter_offset = {0, output_ch, output_ch * 2, output_ch * 3}; in arm_nn_mat_mult_s8() local 116 vstrbq_scatter_offset_s32(&out[i_out_ch], scatter_offset, res); in arm_nn_mat_mult_s8()
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 709 const int32_t scatter_offset,
|