Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/SoftmaxFunctions/
Darm_softmax_s16.c90 const int32_t shifted_sum = (((sum) << (headroom - 1)) + (1 << 13)) >> 14; in arm_softmax_s16() local
95 const int16_t symmetric_shifted_sum = shifted_sum - 98304; in arm_softmax_s16()