aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/test/Convolution2dTest.cpp
diff options
context:
space:
mode:
authorJan Eilers <jan.eilers@arm.com>2020-11-19 17:50:34 +0000
committerFrancis Murtagh <francis.murtagh@arm.com>2020-11-20 10:25:13 +0000
commitc001e14fb6267acefd6325719d9b5cb997eebe5b (patch)
tree9be108a92418f0fd93d7e570bd1f4c319d5496fb /delegate/src/test/Convolution2dTest.cpp
parentb33f28b8e362a8b36fbb03ea62cce1de338ae126 (diff)
downloadarmnn-c001e14fb6267acefd6325719d9b5cb997eebe5b.tar.gz
IVGCVSW-5548 Fix delegate ElementwiseUnary tests for CpuAcc/GpuAcc
* Apply new test suite structure to be able to filter for backends For ElementwiseBinary and ElementwiseUnary * Add tolerance to data comparison Signed-off-by: Jan Eilers <jan.eilers@arm.com> Change-Id: Iccabb68f316c93533e1076da5822ebc199e23739
Diffstat (limited to 'delegate/src/test/Convolution2dTest.cpp')
-rw-r--r--delegate/src/test/Convolution2dTest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/delegate/src/test/Convolution2dTest.cpp b/delegate/src/test/Convolution2dTest.cpp
index 4e9377a24d..f8ee7b1efd 100644
--- a/delegate/src/test/Convolution2dTest.cpp
+++ b/delegate/src/test/Convolution2dTest.cpp
@@ -220,7 +220,7 @@ void Conv2DWithBiasesRelu6Uint8Test(std::vector<armnn::BackendId>& backends)
biasValues);
}
-TEST_SUITE("Convolution2dTest_CpuRef")
+TEST_SUITE("Convolution2dTest_CpuRefTests")
{
TEST_CASE ("Conv2DWithBiases_Fp32_CpuRef_Test")
@@ -249,7 +249,7 @@ TEST_CASE ("Conv2DWithBiases_Relu6_Uint8_CpuRef_Test")
} //End of TEST_SUITE("Convolution2dTest_CpuRef")
-TEST_SUITE("Convolution2dTest_CpuAcc")
+TEST_SUITE("Convolution2dTest_CpuAccTests")
{
TEST_CASE ("Conv2DWithBiases_Fp32_CpuAcc_Test")
@@ -278,7 +278,7 @@ Conv2DWithBiasesRelu6Uint8Test(backends);
} //End of TEST_SUITE("Convolution2dTest_CpuAcc")
-TEST_SUITE("Convolution2dTest_GpuAcc")
+TEST_SUITE("Convolution2dTest_GpuAccTests")
{
TEST_CASE ("Conv2DWithBiases_Fp32_GpuAcc_Test")