Home
last modified time | relevance | path

Searched refs:scatter_offset (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_mat_mul_core_4x_s8.c128 …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()
Darm_nn_mat_mult_nt_t_s16.c63 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()
Darm_nn_vec_mat_mult_t_s4.c91 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()
Darm_nn_mat_mult_nt_t_s8.c144 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()
Darm_nn_mat_mult_nt_t_s4.c69 …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/
Darm_nn_mat_mult_s8.c115 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/
Darm_nnsupportfunctions.h709 const int32_t scatter_offset,