From aed61f2a14199fd54b8f7b0af9980689921fc0cc Mon Sep 17 00:00:00 2001 From: SiCongLi Date: Thu, 26 Aug 2021 17:44:08 +0100 Subject: Fix CLNormalizationLayer NCHW border calculation * Calculate border using both norm size and vec_size_x * Expose reference tensor printer Resolves: COMPMID-4793 Change-Id: I7bd8e49779baf7d6848271757bc7993aa1ed2960 Signed-off-by: SiCongLi Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/6201 Reviewed-by: Michele Di Giorgio Reviewed-by: Giorgio Arena Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/SimpleTensorPrinter.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/SimpleTensorPrinter.h') diff --git a/tests/SimpleTensorPrinter.h b/tests/SimpleTensorPrinter.h index 6c1506b40d..5d0299a696 100644 --- a/tests/SimpleTensorPrinter.h +++ b/tests/SimpleTensorPrinter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 Arm Limited. + * Copyright (c) 2017-2018, 2021 Arm Limited. * * SPDX-License-Identifier: MIT * @@ -34,8 +34,6 @@ namespace arm_compute { namespace test { -namespace -{ template inline std::string prettify_tensor(const SimpleTensor &input, const IOFormatInfo &io_fmt = IOFormatInfo{ IOFormatInfo::PrintRegion::NoPadding }) { @@ -152,6 +150,5 @@ void print_simpletensor(const SimpleTensor &tensor, const std::string &title, } } #endif // PRINT_TENSOR_LIMIT -} } // namespace test } // namespace arm_compute -- cgit v1.2.1