Home
last modified time | relevance | path

Searched defs:RoundToNearest (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dround.h26 inline float RoundToNearest(float value) { in RoundToNearest() function
/aosp_15_r20/external/angle/src/common/
H A Dmathutil_unittest.cpp642 TEST(MathUtilTest, RoundToNearest) in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dneon_tensor_utils.cc2334 inline int32x4_t RoundToNearest(const float32x4_t input) { in RoundToNearest() function
H A Doptimized_ops.h878 inline int32x4_t RoundToNearest(const float32x4_t input) { in RoundToNearest() function