Searched defs:source (Results 1 – 3 of 3) sorted by relevance
/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/ |
D | arm_q7_to_q15_with_offset.c | 48 int16x8_t source; in arm_q7_to_q15_with_offset() local
|
/cmsis-3.4.0/CMSIS/NN/Include/ |
D | arm_nnsupportfunctions.h | 571 __STATIC_FORCEINLINE const q7_t *read_and_pad(const q7_t *source, q31_t *out1, q31_t *out2) in read_and_pad() 592 __STATIC_FORCEINLINE const q7_t *read_and_pad_reordered(const q7_t *source, q31_t *out1, q31_t *out… in read_and_pad_reordered() 610 read_and_pad_reordered_with_offset(const q7_t *source, q31_t *out1, q31_t *out2, q31_t offset) in read_and_pad_reordered_with_offset()
|
/cmsis-3.4.0/CMSIS/NN/Source/PoolingFunctions/ |
D | arm_max_pool_s8.c | 97 static void clamp_output(q7_t *source, int32_t length, const int32_t act_min, const int32_t act_max) in clamp_output()
|