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/RawTensor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/RawTensor.h') diff --git a/tests/RawTensor.h b/tests/RawTensor.h index 2480917c38..9d65e4f319 100644 --- a/tests/RawTensor.h +++ b/tests/RawTensor.h @@ -114,6 +114,9 @@ public: /** Number of elements of the tensor. */ int num_elements() const; + /** Available padding around the tensor. */ + PaddingSize padding() const; + /** The number of bits for the fractional part of the fixed point numbers. */ int fixed_point_position() const; -- cgit v1.2.1