aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorPablo Marquez <pablo.tello@arm.com>2019-02-15 09:51:03 +0000
committerPablo Marquez <pablo.tello@arm.com>2019-02-15 11:22:08 +0000
commit5576315671cb357bcfc2d794e7f172ab4c633606 (patch)
treedf14ca0597f4f719725dce92e6dfc4bd19fb6eae /tests/datasets
parent6253897f809f4e7b21adb8e1bf64021873de5631 (diff)
downloadComputeLibrary-5576315671cb357bcfc2d794e7f172ab4c633606.tar.gz
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 <bsgcomp@arm.com> Reviewed-by: VidhyaSudhan Loganathan <vidhyasudhan.loganathan@arm.com>
Diffstat (limited to 'tests/datasets')
-rw-r--r--tests/datasets/ShapeDatasets.h31
1 files changed, 0 insertions, 31 deletions
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