From 477531c258801caf3cce44eb3e43df611b42fc6d Mon Sep 17 00:00:00 2001 From: Gian Marco Iodice Date: Tue, 21 Aug 2018 17:53:38 +0100 Subject: COMPMID-1527 - Implementing ReorgLayer on OpenCL Also extended tests on NEON Change-Id: Icb0eced534e904ef807972dd3a31988f501bb02e Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/147095 Reviewed-by: Georgios Pinitas Tested-by: Jenkins --- tests/validation/fixtures/ReorgLayerFixture.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/validation/fixtures') diff --git a/tests/validation/fixtures/ReorgLayerFixture.h b/tests/validation/fixtures/ReorgLayerFixture.h index 2bc5a6fb8c..3300e0dd7c 100644 --- a/tests/validation/fixtures/ReorgLayerFixture.h +++ b/tests/validation/fixtures/ReorgLayerFixture.h @@ -59,9 +59,7 @@ protected: TensorType compute_target(TensorShape input_shape, int32_t stride, DataType data_type, DataLayout data_layout) { - // Check if indeed the input shape can be reshape to the output one - ARM_COMPUTE_EXPECT(stride >= 0, framework::LogLevel::ERRORS); - + // Note: The input shape passed to the function is always in NCHW if(data_layout == DataLayout::NHWC) { permute(input_shape, PermutationVector(2U, 0U, 1U)); -- cgit v1.2.1