From 7d7c4206eb5fce3a1e93bad7a91841ff6d904f23 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 25 Feb 2020 20:13:36 +0000 Subject: COMPMID-3222: Mismatches for Depthwise Convolution Signed-off-by: Michele Di Giorgio Change-Id: Ie073d5fa6612381958c4bcb2405e607d5f4d6081 Signed-off-by: Michele Di Giorgio Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2782 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/validation/CL/DepthwiseConvolutionLayerNative.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/validation/CL/DepthwiseConvolutionLayerNative.cpp b/tests/validation/CL/DepthwiseConvolutionLayerNative.cpp index 6c9b8e355f..a3a5df14ff 100644 --- a/tests/validation/CL/DepthwiseConvolutionLayerNative.cpp +++ b/tests/validation/CL/DepthwiseConvolutionLayerNative.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -60,7 +60,7 @@ RelativeTolerance rel_tolerance_f32(0.001f); constexpr float abs_tolerance_f32(0.0001f); RelativeTolerance rel_tolerance_f16(half_float::half(0.01f)); -const float abs_tolerance_f16(half_float::half(0.02f)); +constexpr float abs_tolerance_f16(0.03f); /** Width values to test - Precommit */ const auto width_values_precommit = framework::dataset::make("width", { 37U } ); -- cgit v1.2.1