From 14d7b535d48620f009efca576cc70fb6ea9ff20d Mon Sep 17 00:00:00 2001 From: Ramy Elgammal Date: Mon, 30 Jan 2023 04:56:47 +0000 Subject: Implementation of RSQRT for quantized int8 Resolves: COMPMID-5863 Change-Id: I9ff67face62826c1d335a6b941e8516be39bdac8 Signed-off-by: Ramy Elgammal Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/488768 Tested-by: bsgcomp Comments-Addressed: bsgcomp Reviewed-by: Gunes Bayir Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9225 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- tests/validation/reference/ElementwiseUnary.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/validation/reference/ElementwiseUnary.h') diff --git a/tests/validation/reference/ElementwiseUnary.h b/tests/validation/reference/ElementwiseUnary.h index be4a229a5b..ae7a49bce4 100644 --- a/tests/validation/reference/ElementwiseUnary.h +++ b/tests/validation/reference/ElementwiseUnary.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018-2019 Arm Limited. + * Copyright (c) 2018-2019, 2023 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -35,7 +35,7 @@ namespace validation namespace reference { template -SimpleTensor elementwise_unary(const SimpleTensor &src, ElementWiseUnary op); +SimpleTensor elementwise_unary(const SimpleTensor &src, SimpleTensor &dst, ElementWiseUnary op); } // namespace reference } // namespace validation } // namespace test -- cgit v1.2.1