Home
last modified time | relevance | path

Searched defs:source (Results 1 – 3 of 3) sorted by relevance

/cmsis-3.4.0/CMSIS/NN/Source/NNSupportFunctions/
Darm_q7_to_q15_with_offset.c48 int16x8_t source; in arm_q7_to_q15_with_offset() local
/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h571 __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/
Darm_max_pool_s8.c97 static void clamp_output(q7_t *source, int32_t length, const int32_t act_min, const int32_t act_max) in clamp_output()