Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSoftmax.cpp129 using FixedPoint0 = gemmlowp::FixedPoint<int32_t, 0>; in softmaxQuant8Impl() typedef
169 FixedPoint0 shifted_scale = gemmlowp::one_over_one_plus_x_for_x_in_0_1( in softmaxQuant8Impl()
170 FixedPoint0::FromRaw(shifted_sum_minus_one)); in softmaxQuant8Impl()
184 FixedPoint0 exp_in_0 = exp_on_negative_values(scaled_diff_f8); in softmaxQuant8Impl()