Searched refs:sym_shifted_sum (Results 1 – 1 of 1) sorted by relevance
205 int32_t sym_shifted_sum = shifted_sum + (-((1 << 15) + (1 << 16))); in SoftmaxInt16() local207 std::min(std::max(sym_shifted_sum, static_cast<int32_t>(-32768)), in SoftmaxInt16()