aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/HOGInfo.h
diff options
context:
space:
mode:
authorJohn Richardson <john.richardson@arm.com>2017-11-27 14:35:09 +0000
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:42:33 +0000
commit25f23680b211b6dd27c006cb9575e816e8f80bb5 (patch)
treef46132851600739d8d05f7bf8e3b9b0896bd39bf /arm_compute/core/HOGInfo.h
parent1d25ed54a948639d1894c8b021940df70005d519 (diff)
downloadComputeLibrary-25f23680b211b6dd27c006cb9575e816e8f80bb5.tar.gz
COMPMID-589: Port HOGDescriptor to new validation
Change-Id: I2021612e61de1b82aaeb49249d06929c7fceb15f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/115216 Reviewed-by: Pablo Tello <pablo.tello@arm.com> Tested-by: Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'arm_compute/core/HOGInfo.h')
-rw-r--r--arm_compute/core/HOGInfo.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/arm_compute/core/HOGInfo.h b/arm_compute/core/HOGInfo.h
index 654629306d..f55574288e 100644
--- a/arm_compute/core/HOGInfo.h
+++ b/arm_compute/core/HOGInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016, 2017 ARM Limited.
+ * Copyright (c) 2016, 2018 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -123,6 +123,12 @@ public:
* @return The Size2D data object which stores the number of cells along the x and y directions
*/
Size2D num_cells_per_block() const;
+
+ /** Calculates the number of cells per block stride
+ *
+ * @return The Size2D data object which stores the number of cells per block stride along the x and y directions
+ */
+ Size2D num_cells_per_block_stride() const;
/** Calculates the number of blocks for the given image size
*
* @param[in] image_size The input image size data object