Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Doutput.h406 F3 fixedpoint_input =
409 fixedpoint_input.raw() = ShiftLeft(fixedpoint_input.raw(),
412 F0 fixedpoint_output = tanh(fixedpoint_input) * amplitude_normalized;
/external/ComputeLibrary/src/core/utils/quantization/
DAsymmHelpers.cpp291 const FixedPoint3 fixedpoint_input = (input >> 1); in get_invsqrt_quantized_multiplier_exp() local
292 const FixedPoint3 fixedpoint_half_input = rounding_divide_by_pow2(fixedpoint_input, 1); in get_invsqrt_quantized_multiplier_exp()
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dqlstm_layer_normalization.cl116 const FixedPoint3 fixedpoint_input = (input >> 1);
117 const FixedPoint3 fixedpoint_half_input = ASYMM_ROUNDING_DIVIDE_BY_POW2(fixedpoint_input, 1, 1);
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h818 const F3 fixedpoint_input = F3::FromRaw(input >> 1); in GetInvSqrtQuantizedMultiplierExp() local
820 SaturatingRoundingMultiplyByPOT<-1>(fixedpoint_input); in GetInvSqrtQuantizedMultiplierExp()
/external/ComputeLibrary/cl_kernels/common/
Dqlstm_layer_normalization.clembed1771 const FixedPoint3 fixedpoint_input = (input >> 1);
1772 const FixedPoint3 fixedpoint_half_input = ASYMM_ROUNDING_DIVIDE_BY_POW2(fixedpoint_input, 1, 1);