From f1c2bf0971dd1c996da149faf3dd669d566074c7 Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Wed, 13 Jun 2018 14:05:54 +0100 Subject: COMPMID-1201 - Implementing Winograd Convolution Layer 1x3 and 3x1 kernels on OpenCL Change-Id: I39667bab49daa4da009694163274a59fd3574c73 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/137595 Tested-by: Jenkins Reviewed-by: Giorgio Arena Reviewed-by: Georgios Pinitas --- tests/validation/Helpers.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index 49432d693e..88262d5e66 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -259,6 +259,15 @@ void transpose_matrix(const SimpleTensor &in, SimpleTensor &out); */ template void get_tile(const SimpleTensor &in, SimpleTensor &tile, const Coordinates &coord); + +/** Fill with zeros the input tensor in the area defined by anchor and shape + * + * @param[in] in Input tensor to fill with zeros + * @param[out] anchor Starting point of the zeros area + * @param[in] shape Ending point of the zeros area + */ +template +void zeros(SimpleTensor &in, const Coordinates &anchor, const TensorShape &shape); } // namespace validation } // namespace test } // namespace arm_compute -- cgit v1.2.1