aboutsummaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorPablo Marquez <pablo.tello@arm.com>2019-02-15 09:51:03 +0000
committerGeorgios Pinitas <georgios.pinitas@arm.com>2019-02-15 14:57:29 +0000
commit34d5eb6d51217d4ef6592f9925e024cd9970f238 (patch)
tree45f55760e83f1a8fb7ee6a10e91d00d347ecac20 /tests/datasets
parent869ec97fefe1f10daafe215af58cf1a1e9cb9137 (diff)
downloadComputeLibrary-34d5eb6d51217d4ef6592f9925e024cd9970f238.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