Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DQuantUtils.h59 int CountLeadingZeros(T integer_input) { in CountLeadingZeros() function
97 const unsigned max_left_shift_bits = CountLeadingZeros(static_cast<uint32_t>(input)) - 1; in GetInvSqrtQuantizedMultiplierExp()
/packages/modules/NeuralNetworks/common/operations/
DSoftmax.cpp161 int32_t headroom_plus_one = tflite::CountLeadingZeros(fixed_sum_of_exps); in softmaxQuant8Impl()