From 2d10f186aacfc56b601b3cdaffa942cc6e6d1f53 Mon Sep 17 00:00:00 2001 From: SiCong Li Date: Mon, 8 Jun 2020 16:20:15 +0100 Subject: COMPMID-3523 Fix validation fail: Add QASYMM8_SIGNED support to CastFixture Change-Id: I21a614ce6847bfae334a63e5f2f45660138c8cea Signed-off-by: SiCong Li Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3314 Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/validation/fixtures/CastFixture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/validation/fixtures/CastFixture.h b/tests/validation/fixtures/CastFixture.h index 3a6efa22af..5534181a61 100644 --- a/tests/validation/fixtures/CastFixture.h +++ b/tests/validation/fixtures/CastFixture.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018 ARM Limited. + * Copyright (c) 2018-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -59,6 +59,7 @@ protected: { case DataType::U8: case DataType::QASYMM8: + case DataType::QASYMM8_SIGNED: case DataType::S8: case DataType::F32: { -- cgit v1.2.1