Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/utils/quantization/
DAsymmHelpers.cpp292 const FixedPoint3 fixedpoint_half_input = rounding_divide_by_pow2(fixedpoint_input, 1); in get_invsqrt_quantized_multiplier_exp() local
316 …scale(fixed_point_mul(fixedpoint_half_three, x) - fixed_point_mul(fixedpoint_half_input, x3), 6, f… in get_invsqrt_quantized_multiplier_exp()
/external/ComputeLibrary/src/core/CL/cl_kernels/common/
Dqlstm_layer_normalization.cl117 const FixedPoint3 fixedpoint_half_input = ASYMM_ROUNDING_DIVIDE_BY_POW2(fixedpoint_input, 1, 1);
125 …SYMM_RESCALE(ASYMM_MULT(fixedpoint_half_three, x, 1) - ASYMM_MULT(fixedpoint_half_input, x3, 1), 6…
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h819 const F3 fixedpoint_half_input = in GetInvSqrtQuantizedMultiplierExp() local
829 x = Rescale<3>(fixedpoint_half_three * x - fixedpoint_half_input * x3); in GetInvSqrtQuantizedMultiplierExp()
/external/ComputeLibrary/cl_kernels/common/
Dqlstm_layer_normalization.clembed1772 const FixedPoint3 fixedpoint_half_input = ASYMM_ROUNDING_DIVIDE_BY_POW2(fixedpoint_input, 1, 1);
1780 …SYMM_RESCALE(ASYMM_MULT(fixedpoint_half_three, x, 1) - ASYMM_MULT(fixedpoint_half_input, x3, 1), 6…