Home
last modified time | relevance | path

Searched defs:fixedpoint_input (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/src/core/utils/quantization/
DAsymmHelpers.cpp291 const FixedPoint3 fixedpoint_input = (input >> 1); in get_invsqrt_quantized_multiplier_exp() local
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h818 const F3 fixedpoint_input = F3::FromRaw(input >> 1); in GetInvSqrtQuantizedMultiplierExp() local