Compute Library
 23.11
Rounding.h File Reference

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 

Enumerations

enum  RoundingPolicy { TO_ZERO, TO_NEAREST_UP, TO_NEAREST_EVEN }
 Rounding method. More...
 

Functions

int round (float x, RoundingPolicy rounding_policy)
 Return a rounded value of x. More...