Searched defs:src (Results 1 – 7 of 7) sorted by relevance
/cmsis-nn-latest/Source/NNSupportFunctions/ |
D | arm_s8_to_s16_unordered_with_offset.c | 42 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()
|
D | arm_q7_to_q15_with_offset.c | 42 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/ |
D | arm_max_pool_s16.c | 96 const int16x8_t src = vldrhq_z_s16(source, p); in clamp_output() local 148 const int16_t *src, in arm_max_pool_s16()
|
D | arm_max_pool_s8.c | 108 const int8x16_t src = vldrbq_z_s8(source, p); in clamp_output() local 165 const int8_t *src, in arm_max_pool_s8()
|
D | arm_avgpool_s8.c | 77 const int8_t *src, in arm_avgpool_s8() 239 const int8_t *src, in arm_avgpool_s8()
|
D | arm_avgpool_s16.c | 76 const int16_t *src, in arm_avgpool_s16()
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1622 __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()
|