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
committerJim Flynn <jim.flynn@arm.com>2020-11-19 23:47:39 +0000
commit187b3a73e63f997b2d4215b6fb1477b55c9764f9 (patch)
tree5ed6905adb426381fd5351337a64d6a03c5937b1 /delegate/src/test/Convolution2dTest.cpp
parent58f8ecdbcc7630c56935d1c9640d4eb12daa6bfd (diff)
downloadarmnn-187b3a73e63f997b2d4215b6fb1477b55c9764f9.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")