From fc2f6d0427e1d886fcccc68867d1af1ccd96608b Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Wed, 26 Aug 2020 16:28:38 +0100 Subject: COMPMID-3145: Remove padding from NEScaleKernel Change-Id: I530b12c6270d7dbeb3ef7af62484842ebcb65925 Signed-off-by: Manuel Bottini Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4000 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Michalis Spyrou --- tests/datasets/BorderModeDataset.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/datasets/BorderModeDataset.h') diff --git a/tests/datasets/BorderModeDataset.h b/tests/datasets/BorderModeDataset.h index 84a7a4cfb1..bb90ad2214 100644 --- a/tests/datasets/BorderModeDataset.h +++ b/tests/datasets/BorderModeDataset.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 Arm Limited. + * Copyright (c) 2017-2020 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -27,8 +27,6 @@ #include "arm_compute/core/Types.h" #include "tests/framework/datasets/ContainerDataset.h" -#include "utils/TypePrinter.h" - namespace arm_compute { namespace test -- cgit v1.2.1