Searched refs:fixed_sum_of_exps (Results 1 – 1 of 1) sorted by relevance
160 uint32_t fixed_sum_of_exps = static_cast<uint32_t>(sum_of_exps.raw()); in softmaxQuant8Impl() local161 int32_t headroom_plus_one = tflite::CountLeadingZeros(fixed_sum_of_exps); in softmaxQuant8Impl()167 (fixed_sum_of_exps << headroom_plus_one) - (static_cast<uint32_t>(1) << 31)); in softmaxQuant8Impl()