aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2020-01-03 15:02:04 +0000
committerMichele Di Giorgio <michele.digiorgio@arm.com>2020-01-16 10:19:25 +0000
commit6e9d0e048b48712f4f72d4b0a5b94a277391a357 (patch)
tree5a2d181062a5ed7d61f8d3621b34022f03e45dd8 /tests
parent8c837ca85c06c53ccca20937be9dfd74d00d597a (diff)
downloadComputeLibrary-6e9d0e048b48712f4f72d4b0a5b94a277391a357.tar.gz
COMPMID-2856 Add PrintLayer at graph level
Signed-off-by: Giorgio Arena <giorgio.arena@arm.com> Change-Id: I8f02bb67adae8cc7d884f2417cc9c408985f0d5a Reviewed-on: https://review.mlplatform.org/c/2546 Reviewed-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validate_examples/graph_validate_utils.h3
-rw-r--r--tests/validation/CL/GenerateProposalsLayer.cpp6
-rw-r--r--tests/validation/NEON/GenerateProposalsLayer.cpp6
3 files changed, 5 insertions, 10 deletions
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<float> anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 };
- ;
-
+ std::vector<float> anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 };
SimpleTensor<float> proposals_expected(TensorShape(5, 9), DataType::F32);
fill_tensor(proposals_expected, std::vector<float>
{
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<float> anchors_vector{ -26, -19, 87, 86, -81, -27, 58, 63 };
- ;
-
- SimpleTensor<float> proposals_expected(TensorShape(5, 9), DataType::F32);
+ SimpleTensor<float> proposals_expected(TensorShape(5, 9), DataType::F32);
fill_tensor(proposals_expected, std::vector<float>
{
0, 0, 0, 75.269, 64.4388,