Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s16.c95 const int16_t symmetric_shifted_sum = shifted_sum - 98304; in arm_softmax_s16() local
98 const int16_t index = (256 + (symmetric_shifted_sum >> 7)); in arm_softmax_s16()
99 const int16_t offset = symmetric_shifted_sum & 0x7f; in arm_softmax_s16()