From fefd16acf472dc7fddc57aab3773f2dec6602b20 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 13 Jan 2021 15:20:53 +0000 Subject: Fix wrong file inclusion in QLSTMLayerNormalization reference Alter to include AsymmHelpers.h instead of AsymmHelpers.cpp Signed-off-by: Georgios Pinitas Change-Id: Ib8c470c232d70b011b3c307a4b2c8ab0ca782708 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4851 Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/validation/reference/QLSTMLayerNormalization.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/validation/reference/QLSTMLayerNormalization.cpp b/tests/validation/reference/QLSTMLayerNormalization.cpp index 44d4f0399d..1a9bdc921e 100644 --- a/tests/validation/reference/QLSTMLayerNormalization.cpp +++ b/tests/validation/reference/QLSTMLayerNormalization.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Arm Limited. + * Copyright (c) 2020-2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -27,7 +27,7 @@ #include "MeanStdDevNormalizationLayer.h" #include "PixelWiseMultiplication.h" #include "arm_compute/core/utils/misc/Utility.h" -#include "src/core/utils/quantization/AsymmHelpers.cpp" +#include "arm_compute/core/utils/quantization/AsymmHelpers.h" namespace arm_compute { -- cgit v1.2.1