aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/test/CastTest.cpp
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2021-05-13 17:41:45 +0100
committerKevin May <kevin.may@arm.com>2021-05-13 16:48:17 +0000
commit3761f82f7a3f948bb7d49b5e741eb61602c2a146 (patch)
tree9a3b58b0b7ce33feb1cb3ce73e479bba384ce41c /delegate/src/test/CastTest.cpp
parent88cec329cac34cc06128846437834b83efefdd92 (diff)
downloadarmnn-3761f82f7a3f948bb7d49b5e741eb61602c2a146.tar.gz
IVGCVSW-6026 & IVGCVSW-6025 Delegate Unit Test Errors in Console
* Remove unsupported Delegate Unit Tests for CAST and UNPACK Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I03e460a77ee54e63e024d58e8f032246eaa9bac3
Diffstat (limited to 'delegate/src/test/CastTest.cpp')
-rw-r--r--delegate/src/test/CastTest.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/delegate/src/test/CastTest.cpp b/delegate/src/test/CastTest.cpp
index 623c045247..a637071ffc 100644
--- a/delegate/src/test/CastTest.cpp
+++ b/delegate/src/test/CastTest.cpp
@@ -72,12 +72,6 @@ TEST_CASE ("CAST_INT32_TO_FP32_CpuRef_Test")
TEST_SUITE("CAST_CpuAccTests")
{
-TEST_CASE ("CAST_UINT8_TO_FP32_CpuAcc_Test")
-{
- std::vector<armnn::BackendId> backends = {armnn::Compute::CpuAcc};
- CastUint8ToFp32Test(backends);
-}
-
TEST_CASE ("CAST_INT32_TO_FP32_CpuAcc_Test")
{
std::vector<armnn::BackendId> backends = {armnn::Compute::CpuAcc};
@@ -89,12 +83,6 @@ TEST_CASE ("CAST_INT32_TO_FP32_CpuAcc_Test")
TEST_SUITE("CAST_GpuAccTests")
{
-TEST_CASE ("CAST_UINT8_TO_FP32_GpuAcc_Test")
-{
- std::vector<armnn::BackendId> backends = {armnn::Compute::GpuAcc};
- CastUint8ToFp32Test(backends);
-}
-
TEST_CASE ("CAST_INT32_TO_FP32_GpuAcc_Test")
{
std::vector<armnn::BackendId> backends = {armnn::Compute::GpuAcc};