aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL/ArgMinMax.cpp
diff options
context:
space:
mode:
authorManuel Bottini <manuel.bottini@arm.com>2020-01-28 17:25:48 +0000
committerManuel Bottini <manuel.bottini@arm.com>2020-02-03 16:55:07 +0000
commit5c829cab49b0dcffd893065af05f0bf028e7a548 (patch)
treee534e4377985499d6af7ab2c3ffd8b96af2c9ea0 /tests/validation/CL/ArgMinMax.cpp
parent94672fb2af6535adc6ea7fe8b8498580ad8cf3f4 (diff)
downloadComputeLibrary-5c829cab49b0dcffd893065af05f0bf028e7a548.tar.gz
COMPMID-3045: CTS failures in ARGMAX/MIN
Change-Id: I35276a3d95dc99a7f4dea00e89c8ed206a5f13f1 Signed-off-by: Manuel Bottini <manuel.bottini@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2669 Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
Diffstat (limited to 'tests/validation/CL/ArgMinMax.cpp')
-rw-r--r--tests/validation/CL/ArgMinMax.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/validation/CL/ArgMinMax.cpp b/tests/validation/CL/ArgMinMax.cpp
index 4bee942d70..e5decb86d3 100644
--- a/tests/validation/CL/ArgMinMax.cpp
+++ b/tests/validation/CL/ArgMinMax.cpp
@@ -47,12 +47,14 @@ namespace
const auto ArgMinMaxSmallDataset = framework::dataset::make("Shape",
{
TensorShape{ 2U, 7U, 1U, 3U },
- TensorShape{ 128U, 64U, 21U, 3U },
+ TensorShape{ 149U, 5U, 1U, 2U },
+ TensorShape{ 166U, 5U, 1U, 2U },
+ TensorShape{ 322U, 5U, 1U, 2U },
+ TensorShape{ 128U, 5U, 21U, 3U },
TensorShape{ 2560, 2U, 2U, 2U },
});
-const auto ArgMinMaxLargeDataset = framework::dataset::make("Shape",
-{ TensorShape{ 517U, 123U, 13U, 2U } });
+const auto ArgMinMaxLargeDataset = framework::dataset::make("Shape", { TensorShape{ 517U, 123U, 13U, 2U } });
} // namespace
TEST_SUITE(CL)
TEST_SUITE(ArgMinMax)