aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/YOLOLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/YOLOLayer.cpp')
-rw-r--r--tests/validation/NEON/YOLOLayer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/validation/NEON/YOLOLayer.cpp b/tests/validation/NEON/YOLOLayer.cpp
index 926a2dad86..6225dc170e 100644
--- a/tests/validation/NEON/YOLOLayer.cpp
+++ b/tests/validation/NEON/YOLOLayer.cpp
@@ -46,7 +46,7 @@ namespace
/** Tolerance */
constexpr AbsoluteTolerance<float> tolerance_f32(1e-6f);
#ifdef __ARM_FEATURE_FP16_VECTOR_ARITHMETIC
-constexpr RelativeTolerance<float> tolerance_f16(0.001f);
+constexpr RelativeTolerance<float> tolerance_f16(0.01f);
#endif /* __ARM_FEATURE_FP16_VECTOR_ARITHMETIC */
/** Floating point data sets. */