Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp165 int32_t num_bits_over_unit = kAccumulationIntegerBits - headroom_plus_one; in softmaxQuant8Impl() local
186 (shifted_scale * exp_in_0).raw(), num_bits_over_unit + 31 - 8); in softmaxQuant8Impl()