Searched refs:symmetric_shifted_sum (Results 1 – 1 of 1) sorted by relevance
95 const int16_t symmetric_shifted_sum = shifted_sum - 98304; in arm_softmax_s16() local98 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()