23.11
|
#include <cstdint>
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2023 Arm Limited. | |
arm_compute::test | |
arm_compute::test::validation | |
Functions | |
int32_t | asymm_rounding_divide_by_pow2 (int32_t x, int exponent) |
Rounded to nearest division by a power-of-two. More... | |
int32_t | asymm_int_mult (int32_t a, int32_t b) |
Multiplication of two integers. More... | |
int32_t | quantize_down_scale_by_fixedpoint (int32_t val, int32_t result_mult_int, int32_t result_shift, int32_t result_offset_after_shift, int32_t min, int32_t max) |
Quantize down the input value in range [min, max]. More... | |