aboutsummaryrefslogtreecommitdiff
path: root/tests/IAccessor.h
diff options
context:
space:
mode:
authorGiorgio Arena <giorgio.arena@arm.com>2017-07-21 10:08:48 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commita2611815f278334c801094d095901d36e111c3f9 (patch)
tree1a2bf86b37614ce5473669b283dc37c708dd4957 /tests/IAccessor.h
parenta629da13544c361ba9580a233109b2418fd6bb73 (diff)
downloadComputeLibrary-a2611815f278334c801094d095901d36e111c3f9.tar.gz
COMPMID-417 NEON/CL MeanStdDev bugfix using FillBorderKernel
Change-Id: Ic48ba7f69783d0e1e80611264e2bc67d1732436e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81293 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/IAccessor.h')
-rw-r--r--tests/IAccessor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/IAccessor.h b/tests/IAccessor.h
index 0517981df5..ef06e9e9da 100644
--- a/tests/IAccessor.h
+++ b/tests/IAccessor.h
@@ -61,6 +61,9 @@ public:
/** Number of elements of the tensor. */
virtual int num_elements() const = 0;
+ /** Available padding around the tensor. */
+ virtual PaddingSize padding() const = 0;
+
/** Number of bits for the fractional part. */
virtual int fixed_point_position() const = 0;