aboutsummaryrefslogtreecommitdiff
path: root/tests/RawTensor.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/RawTensor.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/RawTensor.h')
-rw-r--r--tests/RawTensor.h3
1 files changed, 3 insertions, 0 deletions
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;