Home
last modified time | relevance | path

Searched defs:nudge (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Davx2_quantization_utils.h50 __m256i nudge = _mm256_set1_epi32(one_shift_exp_minus1); in rounding_right_shift() local
72 __m256i nudge = in rounding_right_shift() local
/external/ComputeLibrary/tests/validation/reference/
DUtilsQuantizedAsymm.h66 const int32_t nudge = ab_64 >= 0 ? (1 << 30) : (1 - (1 << 30)); in asymm_int_mult() local
/external/armnn/src/backends/reference/workloads/
DConvImpl.cpp57 int32_t nudge = ab_64 >= 0 ? (1 << 30) : (1 - (1 << 30)); in SaturatingRoundingDoublingHighMul() local
/external/ComputeLibrary/src/core/utils/quantization/
DAsymmHelpers.cpp212 int32_t nudge = is_positive_or_zero ? (1 << 30) : (1 - (1 << 30)); in saturating_rounding_doubling_highmul() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DVettingViewer.java1363 public void nudge() { in nudge() method in VettingViewer.ProgressCallback