From 5576315671cb357bcfc2d794e7f172ab4c633606 Mon Sep 17 00:00:00 2001 From: Pablo Marquez Date: Fri, 15 Feb 2019 09:51:03 +0000 Subject: Revert "COMPMID-1766: Implemented CPP Non Max Suppression" This reverts commit a0a0e29f635de08092c2325f8f049ffb286aabaf. Change-Id: I2a2a37ba7531f93a1562748054a3c29573c9753f Reviewed-on: https://review.mlplatform.org/705 Tested-by: Arm Jenkins Reviewed-by: VidhyaSudhan Loganathan --- tests/datasets/ShapeDatasets.h | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'tests/datasets') diff --git a/tests/datasets/ShapeDatasets.h b/tests/datasets/ShapeDatasets.h index f461d7f9d2..480df3c7eb 100644 --- a/tests/datasets/ShapeDatasets.h +++ b/tests/datasets/ShapeDatasets.h @@ -946,37 +946,6 @@ public: { } }; - -/** Data set containing small 2D tensor shapes. */ -class Small2DNonMaxSuppressionShapes final : public ShapeDataset -{ -public: - Small2DNonMaxSuppressionShapes() - : ShapeDataset("Shape", - { - TensorShape{ 4U, 7U }, - TensorShape{ 4U, 13U }, - TensorShape{ 4U, 64U } - }) - { - } -}; - -/** Data set containing large 2D tensor shapes. */ -class Large2DNonMaxSuppressionShapes final : public ShapeDataset -{ -public: - Large2DNonMaxSuppressionShapes() - : ShapeDataset("Shape", - { - TensorShape{ 4U, 207U }, - TensorShape{ 4U, 113U }, - TensorShape{ 4U, 264U } - }) - { - } -}; - } // namespace datasets } // namespace test } // namespace arm_compute -- cgit v1.2.1