From dd2619a777d8faaa17a7cd7c8f20c036903947ad Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Mon, 5 Nov 2018 16:46:09 +0000 Subject: COMPMID-1451: Fix order of allocations in CLLSTMLayer ArmNN reported an issue with padding in CLLSTMLayer. This was due to the fact that some tensors were allocated before they were passed to some configure functions which attempted to change the padding requirement on already allocated memory. Also, increase tolerance on number of mismatches for CLBBoxTransform FP16. Change-Id: Iad75b012be895693d0e553f3ab85f1ca7144e882 --- tests/validation/CL/BoundingBoxTransform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation/CL/BoundingBoxTransform.cpp') diff --git a/tests/validation/CL/BoundingBoxTransform.cpp b/tests/validation/CL/BoundingBoxTransform.cpp index b18f36adbc..dba3a0eabe 100644 --- a/tests/validation/CL/BoundingBoxTransform.cpp +++ b/tests/validation/CL/BoundingBoxTransform.cpp @@ -115,7 +115,7 @@ FIXTURE_DATA_TEST_CASE(BoundingBox, CLBoundingBoxTransformFixture, framewo combine(combine(DeltaDataset, BboxInfoDataset), framework::dataset::make("DataType", { DataType::F16 }))) { // Validate output - validate(CLAccessor(_target), _reference, relative_tolerance_f16, 0.01f, absolute_tolerance_f16); + validate(CLAccessor(_target), _reference, relative_tolerance_f16, 0.03f, absolute_tolerance_f16); } TEST_SUITE_END() // FP16 TEST_SUITE_END() // Float -- cgit v1.2.1