From 55b3d1216b4011d86d5f06335e518dc924987ae5 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Wed, 9 May 2018 09:59:23 +0100 Subject: COMPMID-1137 OpenCL concatenate width Change-Id: I40faba421281b1cf080fa6a825d04a4366cdaeb0 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/130700 Reviewed-by: Anthony Barbier Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- tests/validation/Helpers.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tests/validation/Helpers.h') diff --git a/tests/validation/Helpers.h b/tests/validation/Helpers.h index b5597090c6..d07803fb94 100644 --- a/tests/validation/Helpers.h +++ b/tests/validation/Helpers.h @@ -148,6 +148,14 @@ void fill_mask_from_pattern(uint8_t *mask, int cols, int rows, MatrixPattern pat */ TensorShape calculate_depth_concatenate_shape(const std::vector &input_shapes); +/** Calculate output tensor shape give a vector of input tensor to concatenate + * + * @param[in] input_shapes Shapes of the tensors to concatenate across width. + * + * @return The shape of output concatenated tensor. + */ +TensorShape calculate_width_concatenate_shape(const std::vector &input_shapes); + /** Parameters of Harris Corners algorithm. */ struct HarrisCornersParameters { -- cgit v1.2.1