From b66aa3b0f0fd81ae4eb383734045a55351776c7e Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Fri, 10 Jan 2020 14:44:13 +0000 Subject: COMPMID-2759 add support for QASYMM8_SIGNED to CLFullyConnectedLayer Change-Id: I7092390b01a56065a442be0d14e2f9bfce2cdc9c Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/2583 Comments-Addressed: Arm Jenkins Reviewed-by: Manuel Bottini Reviewed-by: Michele Di Giorgio Tested-by: Arm Jenkins --- tests/validation/fixtures/FullyConnectedLayerFixture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/validation/fixtures/FullyConnectedLayerFixture.h') diff --git a/tests/validation/fixtures/FullyConnectedLayerFixture.h b/tests/validation/fixtures/FullyConnectedLayerFixture.h index ff6ac17744..7f0ceadea1 100644 --- a/tests/validation/fixtures/FullyConnectedLayerFixture.h +++ b/tests/validation/fixtures/FullyConnectedLayerFixture.h @@ -49,7 +49,8 @@ template ::type, uint8_t>::value || std::is_same::type, int8_t>::value, int32_t, T >::type; + using TDecay = typename std::decay::type; + using TBias = typename std::conditional < (std::is_same::value || std::is_same::value), int32_t, T >::type; public: template -- cgit v1.2.1