From dc4f276b810c4746c684a81ffeeb22aa0bff2adc Mon Sep 17 00:00:00 2001 From: Mohammed Suhail Munshi Date: Thu, 12 May 2022 11:00:36 +0100 Subject: 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 Change-Id: I143e7965e21b956abb05ba5c41e12c5b73b7345a Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7558 Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins --- tests/datasets/GatherDataset.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'tests/datasets/GatherDataset.h') 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 _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: -- cgit v1.2.1