Searched refs:shifted_sum (Results 1 – 1 of 1) sorted by relevance
90 const int32_t shifted_sum = (((sum) << (headroom - 1)) + (1 << 13)) >> 14; in arm_softmax_s16() local95 const int16_t symmetric_shifted_sum = shifted_sum - 98304; in arm_softmax_s16()