From 51a673020af96273ab9d760ea7473a62aad5460f Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 17 Jan 2018 12:55:26 +0000 Subject: COMPMID-832: Clean up tests. Removes QS8 and QS16 tests from benchmarks. Change-Id: Idf82d33159b2066d50ac2d454140938e43160779 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/116626 Reviewed-by: Michalis Spyrou Tested-by: Jenkins Reviewed-by: Anthony Barbier --- tests/benchmark/CL/ConvolutionLayer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/benchmark/CL/ConvolutionLayer.cpp') diff --git a/tests/benchmark/CL/ConvolutionLayer.cpp b/tests/benchmark/CL/ConvolutionLayer.cpp index 4467765878..e163dadb30 100644 --- a/tests/benchmark/CL/ConvolutionLayer.cpp +++ b/tests/benchmark/CL/ConvolutionLayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 ARM Limited. + * Copyright (c) 2017-2018 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -45,7 +45,7 @@ namespace test { namespace { -const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32, DataType::QS8, DataType::QS16 }); +const auto data_types = framework::dataset::make("DataType", { DataType::F16, DataType::F32 }); } // namespace using CLConvolutionLayerFixture = ConvolutionLayerFixture; -- cgit v1.2.1