From 6e9d0e048b48712f4f72d4b0a5b94a277391a357 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 3 Jan 2020 15:02:04 +0000 Subject: COMPMID-2856 Add PrintLayer at graph level Signed-off-by: Giorgio Arena Change-Id: I8f02bb67adae8cc7d884f2417cc9c408985f0d5a Reviewed-on: https://review.mlplatform.org/c/2546 Reviewed-by: Manuel Bottini Reviewed-by: Michele Di Giorgio Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas --- tests/validate_examples/graph_validate_utils.h | 3 +-- tests/validation/CL/GenerateProposalsLayer.cpp | 6 ++---- tests/validation/NEON/GenerateProposalsLayer.cpp | 6 ++---- 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'tests') diff --git a/tests/validate_examples/graph_validate_utils.h b/tests/validate_examples/graph_validate_utils.h index c429072e3b..edc3a6514a 100644 --- a/tests/validate_examples/graph_validate_utils.h +++ b/tests/validate_examples/graph_validate_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -259,7 +259,6 @@ public: absolute_tolerance->set_help("Absolute tolerance used for verification"); relative_tolerance->set_help("Absolute tolerance used for verification"); tolerance_number->set_help("Absolute tolerance used for verification"); - ; } /** Prevent instances of this class from being copied (As this class contains pointers) */ diff --git a/tests/validation/CL/GenerateProposalsLayer.cpp b/tests/validation/CL/GenerateProposalsLayer.cpp index bfad8e8381..c5ce710c81 100644 --- a/tests/validation/CL/GenerateProposalsLayer.cpp +++ b/tests/validation/CL/GenerateProposalsLayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -285,9 +285,7 @@ DATA_TEST_CASE(IntegrationTestCaseGenerateProposals, framework::DatasetMode::ALL -2.071168373801788e-03, 8.613893943683627e-03, 9.411190295341036e-03, -6.129018930548372e-03 }; - std::vector anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 }; - ; - + std::vector anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 }; SimpleTensor proposals_expected(TensorShape(5, 9), DataType::F32); fill_tensor(proposals_expected, std::vector { diff --git a/tests/validation/NEON/GenerateProposalsLayer.cpp b/tests/validation/NEON/GenerateProposalsLayer.cpp index 4ca2d57863..dd9c1eff0a 100644 --- a/tests/validation/NEON/GenerateProposalsLayer.cpp +++ b/tests/validation/NEON/GenerateProposalsLayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 ARM Limited. + * Copyright (c) 2019-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -286,9 +286,7 @@ DATA_TEST_CASE(IntegrationTestCaseGenerateProposals, framework::DatasetMode::ALL }; const std::vector anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 }; - ; - - SimpleTensor proposals_expected(TensorShape(5, 9), DataType::F32); + SimpleTensor proposals_expected(TensorShape(5, 9), DataType::F32); fill_tensor(proposals_expected, std::vector { 0, 0, 0, 75.269, 64.4388, -- cgit v1.2.1