aboutsummaryrefslogtreecommitdiff
path: root/tests/validation_old/Reference.h
diff options
context:
space:
mode:
authorJohn Richardson <john.richardson@arm.com>2017-08-29 11:22:35 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commit4268fbe011fb5303eaf1baaf6750ee8577577580 (patch)
treee6507e6db5bfb2319fac0d644f0363923d1c1f12 /tests/validation_old/Reference.h
parent356f6434671369e1bcf34e71cb0974e2f72342a0 (diff)
downloadComputeLibrary-4268fbe011fb5303eaf1baaf6750ee8577577580.tar.gz
COMPMID-501: Move IntegralImage to new validation
Change-Id: I57ba1bc57831a2f0b5db729fab768fcd580c1cfe Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86717 Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com> Reviewed-by: Moritz Pflanzer <moritz.pflanzer@arm.com>
Diffstat (limited to 'tests/validation_old/Reference.h')
-rw-r--r--tests/validation_old/Reference.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index 153986d82a..34bbac6c0a 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -74,13 +74,6 @@ public:
*/
static KeyPointArray compute_reference_harris_corners(const TensorShape &shape, float threshold, float min_dist, float sensitivity,
int32_t gradient_size, int32_t block_size, BorderMode border_mode, uint8_t constant_border_value);
- /** Compute reference integral image.
- *
- * @param[in] shape Shape of the input and output tensors.
- *
- * @return Computed raw tensor.
- */
- static RawTensor compute_reference_integral_image(const TensorShape &shape);
/** Compute reference absolute difference.
*
* @param[in] shape Shape of the input and output tensors.