Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dsoftmax.h205 int32_t sym_shifted_sum = shifted_sum + (-((1 << 15) + (1 << 16))); in SoftmaxInt16() local
207 std::min(std::max(sym_shifted_sum, static_cast<int32_t>(-32768)), in SoftmaxInt16()