aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichalis Spyrou <michalis.spyrou@arm.com>2019-06-27 16:54:00 +0100
committerMichele Di Giorgio <michele.digiorgio@arm.com>2019-07-01 13:52:47 +0000
commita7484365725133b22408aeccf16824025fbba16a (patch)
tree6b3f0a038639e50746f13888bbcdba1b9ca3a5af /tests
parentc9573f35c4267aa55648df4a134ebec82c5af93b (diff)
downloadComputeLibrary-a7484365725133b22408aeccf16824025fbba16a.tar.gz
COMPMID-2336 Fix FuseBatchNormalizationFixture
Building only for NEON failed due to a stray include. Change-Id: Id0b4df537c000c24068fa60dfd10deba2aa6fc43 Signed-off-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/1430 Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validation/fixtures/FuseBatchNormalizationFixture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/validation/fixtures/FuseBatchNormalizationFixture.h b/tests/validation/fixtures/FuseBatchNormalizationFixture.h
index 2e76792b3e..4a81fb0823 100644
--- a/tests/validation/fixtures/FuseBatchNormalizationFixture.h
+++ b/tests/validation/fixtures/FuseBatchNormalizationFixture.h
@@ -26,7 +26,6 @@
#include "arm_compute/core/TensorShape.h"
#include "arm_compute/core/Types.h"
-#include "arm_compute/runtime/CL/functions/CLFuseBatchNormalization.h"
#include "tests/AssetsLibrary.h"
#include "tests/Globals.h"
#include "tests/IAccessor.h"