Home
last modified time | relevance | path

Searched refs:ld_st_p (Results 1 – 2 of 2) sorted by relevance

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_avgpool_s16.c132 const mve_pred16_t ld_st_p = vctp16q(channels); in arm_avgpool_s16() local
140 const int16x8_t temp = vldrhq_z_s16(src_inner, ld_st_p); in arm_avgpool_s16()
186 vstrhq_p_s16(out, temp, ld_st_p); in arm_avgpool_s16()
Darm_avgpool_s8.c135 const mve_pred16_t ld_st_p = vctp8q(channels); in arm_avgpool_s8() local
143 temp = vldrbq_z_s8(src_inner, ld_st_p); in arm_avgpool_s8()
218 vstrbq_p_s8(out, temp, ld_st_p); in arm_avgpool_s8()