From a2611815f278334c801094d095901d36e111c3f9 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 21 Jul 2017 10:08:48 +0100 Subject: COMPMID-417 NEON/CL MeanStdDev bugfix using FillBorderKernel Change-Id: Ic48ba7f69783d0e1e80611264e2bc67d1732436e Reviewed-on: http://mpd-gerrit.cambridge.arm.com/81293 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/IAccessor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/IAccessor.h') 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; -- cgit v1.2.1