aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/BoundingBoxTransform.cpp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-11-05 16:46:09 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2018-11-06 14:48:21 +0000
commitdd2619a777d8faaa17a7cd7c8f20c036903947ad (patch)
tree8470acc52c782361471ddffa4bbe468ca0645f03 /tests/validation/CL/BoundingBoxTransform.cpp
parent2709d61ec25156387e48a75d19a5ab5a035fc12b (diff)
downloadComputeLibrary-dd2619a777d8faaa17a7cd7c8f20c036903947ad.tar.gz
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
Diffstat (limited to 'tests/validation/CL/BoundingBoxTransform.cpp')
-rw-r--r--tests/validation/CL/BoundingBoxTransform.cpp2
1 files changed, 1 insertions, 1 deletions
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<half>, 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