aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/CannyEdgeDetector.cpp
diff options
context:
space:
mode:
authorMichele Di Giorgio <michele.digiorgio@arm.com>2018-09-26 14:39:39 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:55:19 +0000
commit3f6a57a39ca1d19e737d169fd43766243bde4a92 (patch)
treed9f55119291e53dc82597952be103594d497ab46 /tests/validation/reference/CannyEdgeDetector.cpp
parent932491f44d51940d82514417a82e43cb11b06bd4 (diff)
downloadComputeLibrary-3f6a57a39ca1d19e737d169fd43766243bde4a92.tar.gz
COMPMID-1599: (Nightly) CL/NormalizePlanarYUVLayer/Quantized/QASYMM8 mismatches
Fixing bounds of random values for Normalize Planar YUV tests when using QASYMM8. Furthermore, since 70d252d8b4 a QASYMM8 implementation of Batch Normalization would have been tested with tensors filled with all 1s. This patch removes that as QASYMM8 Batch Normalization is not supported. Change-Id: Ieab83ed36b2d7af760ceb19a07d1eedcc991957f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/150492 Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com> Tested-by: bsgcomp <bsgcomp@arm.com>
Diffstat (limited to 'tests/validation/reference/CannyEdgeDetector.cpp')
-rw-r--r--tests/validation/reference/CannyEdgeDetector.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/validation/reference/CannyEdgeDetector.cpp b/tests/validation/reference/CannyEdgeDetector.cpp
index d50452bfe8..92a11db0bd 100644
--- a/tests/validation/reference/CannyEdgeDetector.cpp
+++ b/tests/validation/reference/CannyEdgeDetector.cpp
@@ -31,8 +31,6 @@
#include "tests/validation/reference/Phase.h"
#include "tests/validation/reference/Sobel.h"
-#include "tests/SimpleTensorPrinter.h"
-
#include <cmath>
#include <stack>