aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp')
-rw-r--r--tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp20
1 files changed, 1 insertions, 19 deletions
diff --git a/tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp b/tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp
index ed6b5f0ecf..98b0ee5ade 100644
--- a/tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp
+++ b/tests/validation/GLES_COMPUTE/NormalizePlanarYUVLayer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 Arm Limited.
+ * Copyright (c) 2017-2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -52,24 +52,6 @@ TEST_SUITE(NormalizePlanarYUVLayer)
template <typename T>
using GCNormalizePlanarYUVLayerFixture = NormalizePlanarYUVLayerValidationFixture<GCTensor, GCAccessor, GCNormalizePlanarYUVLayer, T>;
-DATA_TEST_CASE(Configuration, framework::DatasetMode::ALL, combine(datasets::RandomNormalizePlanarYUVLayerDataset(), framework::dataset::make("DataType", { DataType::F16 })),
- shape0, shape1, dt)
-{
- // Create tensors
- GCTensor src = create_tensor<GCTensor>(shape0, dt, 1);
- GCTensor dst = create_tensor<GCTensor>(shape0, dt, 1);
- GCTensor mean = create_tensor<GCTensor>(shape1, dt, 1);
- GCTensor sd = create_tensor<GCTensor>(shape1, dt, 1);
-
- // Create and Configure function
- GCNormalizePlanarYUVLayer norm;
- norm.configure(&src, &dst, &mean, &sd);
-
- // Validate valid region
- const ValidRegion valid_region = shape_to_valid_region(shape0);
- validate(dst.info()->valid_region(), valid_region);
-}
-
// *INDENT-OFF*
// clang-format off
DATA_TEST_CASE(Validate, framework::DatasetMode::ALL, zip(zip(zip(