Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp128 using FixedPointAccum = gemmlowp::FixedPoint<int32_t, kAccumulationIntegerBits>; in softmaxQuant8Impl() typedef
147 FixedPointAccum sum_of_exps = FixedPointAccum::Zero(); in softmaxQuant8Impl()