Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp160 uint32_t fixed_sum_of_exps = static_cast<uint32_t>(sum_of_exps.raw()); in softmaxQuant8Impl() local
161 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()