From 651540f5fc0529589867fc834f8c206c7e7a60c1 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Thu, 13 Sep 2018 15:33:35 +0100 Subject: COMPMID-1451: Cleanup reference implementation Change-Id: Ibadc86a5b9eb8bdd670553256b83a0309cbed37f Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148317 Reviewed-by: Georgios Pinitas Tested-by: bsgcomp --- tests/validation/reference/BatchNormalizationLayer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/validation/reference/BatchNormalizationLayer.h') diff --git a/tests/validation/reference/BatchNormalizationLayer.h b/tests/validation/reference/BatchNormalizationLayer.h index b45d820412..a5d99c162d 100644 --- a/tests/validation/reference/BatchNormalizationLayer.h +++ b/tests/validation/reference/BatchNormalizationLayer.h @@ -35,10 +35,6 @@ namespace validation { namespace reference { -template ::value, int>::type * = nullptr> -SimpleTensor batch_normalization_layer(const SimpleTensor &src, const SimpleTensor &mean, const SimpleTensor &var, const SimpleTensor &beta, const SimpleTensor &gamma, float epsilon, - ActivationLayerInfo act_info); - template ::value, int>::type * = nullptr> SimpleTensor batch_normalization_layer(const SimpleTensor &src, const SimpleTensor &mean, const SimpleTensor &var, const SimpleTensor &beta, const SimpleTensor &gamma, float epsilon, ActivationLayerInfo act_info); -- cgit v1.2.1