Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8.c140 const int32_t tail_idx = row_size & ~3; in arm_softmax_s8() local
143 const int32_t diff = input[tail_idx + i] - max; in arm_softmax_s8()
191 int32_t diff = input[tail_idx + i] - max; 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()