Searched refs:shifted_scale (Results 1 – 3 of 3) sorted by relevance
114 FixedPoint0 shifted_scale = FixedPoint0::FromRaw(GetReciprocal( in Softmax() local129 (shifted_scale * exp_in_0).raw(), in Softmax()
634 gemmlowp::FixedPoint<int32_t, 0> shifted_scale = in GetReciprocal() local637 return shifted_scale.raw(); in GetReciprocal()
4129 FixedPoint0 shifted_scale = FixedPoint0::FromRaw(GetReciprocal( in Softmax() local4157 vqrdmulhq_n_s32(exp_0.raw(), shifted_scale.raw()), in Softmax()4160 vqrdmulhq_n_s32(exp_1.raw(), shifted_scale.raw()), in Softmax()4180 (shifted_scale * exp_in_0).raw(), num_bits_over_unit + 31 - 8); in Softmax()