Home
last modified time | relevance | path

Searched defs:act_max (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-latest/Source/PoolingFunctions/
Darm_max_pool_s16.c85 …ic void clamp_output(int16_t *source, int32_t length, const int16_t act_min, const int16_t act_max) in clamp_output()
165 const int16_t act_max = pool_params->activation.max; in arm_max_pool_s16() local
Darm_max_pool_s8.c97 …tic void clamp_output(int8_t *source, int32_t length, const int32_t act_min, const int32_t act_max) in clamp_output()
182 const int32_t act_max = pool_params->activation.max; in arm_max_pool_s8() local
Darm_avgpool_s8.c40 const int act_max) in scale_q31_to_q7_and_clamp()
94 const int32_t act_max = pool_params->activation.max; in arm_avgpool_s8() local
255 const int32_t act_max = pool_params->activation.max; in arm_avgpool_s8() local
Darm_avgpool_s16.c41 const int act_max) in scale_q31_to_q15_and_clamp()
92 const int32_t act_max = pool_params->activation.max; in arm_avgpool_s16() local