From c3b2e07552eb8a56f8c5e319b9890a6bb0360202 Mon Sep 17 00:00:00 2001 From: Giorgio Arena Date: Fri, 10 Aug 2018 16:27:11 +0100 Subject: COMPMID-1188 Remove some FixedPoint leftovers from tests Change-Id: I9e9b267ea58fd2339467af6f49ae76e9195cbc61 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/143682 Reviewed-by: Michele DiGiorgio Tested-by: Jenkins --- tests/validation/fixtures/FullyConnectedLayerFixture.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'tests/validation/fixtures/FullyConnectedLayerFixture.h') diff --git a/tests/validation/fixtures/FullyConnectedLayerFixture.h b/tests/validation/fixtures/FullyConnectedLayerFixture.h index 49c3be0c2e..dd67f9aada 100644 --- a/tests/validation/fixtures/FullyConnectedLayerFixture.h +++ b/tests/validation/fixtures/FullyConnectedLayerFixture.h @@ -217,19 +217,6 @@ public: } }; -template -class FullyConnectedLayerValidationFixedPointFixture : public FullyConnectedLayerValidationGenericFixture -{ -public: - template - void setup(TensorShape input_shape, TensorShape weights_shape, TensorShape bias_shape, TensorShape output_shape, bool transpose_weights, bool reshape_weights, DataType data_type) - { - FullyConnectedLayerValidationGenericFixture::setup(input_shape, weights_shape, bias_shape, output_shape, transpose_weights, - reshape_weights, data_type, - QuantizationInfo()); - } -}; - template class FullyConnectedLayerValidationQuantizedFixture : public FullyConnectedLayerValidationGenericFixture { -- cgit v1.2.1