From 01a8adebad130517678c2f5e6b97041a6e026048 Mon Sep 17 00:00:00 2001 From: Mohammed Suhail Munshi Date: Tue, 19 Apr 2022 14:29:57 +0100 Subject: Fix Duplicate Template in Pooling3dFixture - Duplicate fixture in Pooling3dLayerFixture causes build errors Resolves: COMPMID-4669 Change-Id: I5384941129feae6f90a18dce10677043e0e54718 Signed-off-by: Mohammed Suhail Munshi Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/7419 Tested-by: Arm Jenkins Reviewed-by: Michalis Spyrou Comments-Addressed: Arm Jenkins --- tests/validation/fixtures/Pooling3dLayerFixture.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/validation/fixtures/Pooling3dLayerFixture.h b/tests/validation/fixtures/Pooling3dLayerFixture.h index 9ba7bab53a..563f1dcced 100644 --- a/tests/validation/fixtures/Pooling3dLayerFixture.h +++ b/tests/validation/fixtures/Pooling3dLayerFixture.h @@ -163,19 +163,6 @@ public: } }; -template -class Pooling3dLayerValidationQuantizedFixture : public Pooling3dLayerValidationGenericFixture -{ -public: - template - void setup(TensorShape shape, PoolingType pool_type, Size3D pool_size, Size3D stride, Padding3D padding, bool exclude_padding, DataType data_type, - QuantizationInfo input_qinfo, QuantizationInfo output_qinfo) - { - Pooling3dLayerValidationGenericFixture::setup(shape, Pooling3dLayerInfo(pool_type, pool_size, stride, padding, exclude_padding), - data_type, input_qinfo, output_qinfo); - } -}; - } // namespace validation } // namespace test } // namespace arm_compute -- cgit v1.2.1