aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets/GatherDataset.h
diff options
context:
space:
mode:
authorMohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com>2022-05-12 11:00:36 +0100
committerMohmun02 <MohammedSuhail.Munshi@arm.com>2022-05-12 13:25:03 +0000
commitdc4f276b810c4746c684a81ffeeb22aa0bff2adc (patch)
treea4e6f63749cf88cee8078b8518831c260cc3a805 /tests/datasets/GatherDataset.h
parent4e9f568f1055db8d5b6a969550787032b91854a5 (diff)
downloadComputeLibrary-dc4f276b810c4746c684a81ffeeb22aa0bff2adc.tar.gz
Revert "Add support for 2d and 3d indices for axis 0"
This reverts commit 0db8b8bbd941b3dab4238c03e734e7ac43c662ed. Relates to [COMPMID-5055] Signed-off-by: Mohammed Suhail Munshi <MohammedSuhail.Munshi@arm.com> Change-Id: I143e7965e21b956abb05ba5c41e12c5b73b7345a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7558 Reviewed-by: Pablo Marquez Tello <pablo.tello@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/datasets/GatherDataset.h')
-rw-r--r--tests/datasets/GatherDataset.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/tests/datasets/GatherDataset.h b/tests/datasets/GatherDataset.h
index f4ad7c9497..444b62c052 100644
--- a/tests/datasets/GatherDataset.h
+++ b/tests/datasets/GatherDataset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019, 2022 Arm Limited.
+ * Copyright (c) 2018-2022 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -106,18 +106,6 @@ private:
std::vector<int> _axis{};
};
-
-class SmallGatherMultiDimIndicesDataset final : public GatherDataset
-{
-public:
- SmallGatherMultiDimIndicesDataset()
- {
- add_config(TensorShape(15U, 15U), TensorShape(4U, 13U, 2U), 0);
- add_config(TensorShape(15U, 15U), TensorShape(2U, 12U), 0);
- }
-};
-
-
class SmallGatherDataset final : public GatherDataset
{
public: