Home
last modified time | relevance | path

Searched defs:src (Results 1 – 7 of 7) sorted by relevance

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_s8_to_s16_unordered_with_offset.c42 void arm_s8_to_s16_unordered_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16… in arm_s8_to_s16_unordered_with_offset()
Darm_q7_to_q15_with_offset.c42 void arm_q7_to_q15_with_offset(const int8_t *src, int16_t *dst, int32_t block_size, int16_t offset) in arm_q7_to_q15_with_offset()
/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c96 const int16x8_t src = vldrhq_z_s16(source, p); in clamp_output() local
148 const int16_t *src, in arm_max_pool_s16()
Darm_max_pool_s8.c108 const int8x16_t src = vldrbq_z_s8(source, p); in clamp_output() local
165 const int8_t *src, in arm_max_pool_s8()
Darm_avgpool_s8.c77 const int8_t *src, in arm_avgpool_s8()
239 const int8_t *src, in arm_avgpool_s8()
Darm_avgpool_s16.c76 const int16_t *src, in arm_avgpool_s16()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1622 __STATIC_FORCEINLINE void arm_memcpy_s8(int8_t *__RESTRICT dst, const int8_t *__RESTRICT src, uint3… in arm_memcpy_s8()
1646 __STATIC_FORCEINLINE void arm_memcpy_q15(int16_t *__RESTRICT dst, const int16_t *__RESTRICT src, ui… in arm_memcpy_q15()
1898 __STATIC_FORCEINLINE void arm_nn_write_s8x2_ia(int8_t **dst, int16_t src) in arm_nn_write_s8x2_ia()