Home
last modified time | relevance | path

Searched refs:ACT_MIN (Results 1 – 1 of 1) sorted by relevance

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8.c96 #define ACT_MIN ((int8_t)NN_Q7_MIN) in arm_softmax_s8() macro
103 int8_t max = ACT_MIN; in arm_softmax_s8()
174 tmp_res += vdupq_n_s32(ACT_MIN); in arm_softmax_s8()
176 tmp_res = vmaxq_s32(tmp_res, vdupq_n_s32(ACT_MIN)); in arm_softmax_s8()
178 tmp_res = vpselq_s32(tmp_res, vdupq_n_s32(ACT_MIN), p); in arm_softmax_s8()
182 tmp_res = vdupq_n_s32(ACT_MIN); in arm_softmax_s8()
197 output[tail_idx + i] = (int8_t)CLAMP(res, (int32_t)ACT_MAX, (int32_t)ACT_MIN); in arm_softmax_s8()
201 output[tail_idx + i] = ACT_MIN; in arm_softmax_s8()