aboutsummaryrefslogtreecommitdiff
path: root/delegate/src/test/CastTest.cpp
diff options
context:
space:
mode:
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};