Searched refs:unsat_output (Results 1 – 1 of 1) sorted by relevance
185 int32_t unsat_output = gemmlowp::RoundingDivideByPOT( in softmaxQuant8Impl() local188 unsat_output -= 128; in softmaxQuant8Impl()191 *pOut = static_cast<T>(std::max(std::min(unsat_output, q_max), q_min)); in softmaxQuant8Impl()