Searched refs:shifted_scale (Results 1 – 3 of 3) sorted by relevance
115 FixedPoint0 shifted_scale = FixedPoint0::FromRaw(GetReciprocal( in Softmax() local130 (shifted_scale * exp_in_0).raw(), in Softmax()
777 gemmlowp::FixedPoint<int32_t, 0> shifted_scale = in GetReciprocal() local780 return shifted_scale.raw(); in GetReciprocal()
4134 FixedPoint0 shifted_scale = FixedPoint0::FromRaw(GetReciprocal( in Softmax() local4162 vqrdmulhq_n_s32(exp_0.raw(), shifted_scale.raw()), in Softmax()4165 vqrdmulhq_n_s32(exp_1.raw(), shifted_scale.raw()), in Softmax()4185 (shifted_scale * exp_in_0).raw(), num_bits_over_unit + 31 - 8); in Softmax()