From a5577dbe4735656e488aa7a47261b993e49b6562 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Thu, 13 Jul 2023 16:38:28 +0100 Subject: Fix dynamic fusion compilation error Resolves: COMPMID-6393 Signed-off-by: Viet-Hoa Do Change-Id: Idc0880a964f2827bf5bf267b72fe7db9ce116f15 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9919 Reviewed-by: Pablo Marquez Tello Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins Tested-by: Arm Jenkins --- tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h') diff --git a/tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h b/tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h index 88c04de35a..abfc6459d6 100644 --- a/tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h +++ b/tests/validation/fixtures/dynamic_fusion/operators/ReshapeFixture.h @@ -50,7 +50,6 @@ template void setup(TensorShape input_shape, TensorShape output_shape, DataType data_type) { _target = compute_target(input_shape, output_shape, data_type); -- cgit v1.2.1