Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp185 int32_t unsat_output = gemmlowp::RoundingDivideByPOT( in softmaxQuant8Impl() local
188 unsat_output -= 128; in softmaxQuant8Impl()
191 *pOut = static_cast<T>(std::max(std::min(unsat_output, q_max), q_min)); in softmaxQuant8Impl()