From acce504ec4aebe5e5da470c1cfc3cee401ff11f3 Mon Sep 17 00:00:00 2001 From: giuros01 Date: Thu, 21 Feb 2019 17:32:34 +0000 Subject: COMPMID-1740: Fuse batch normalization with Convolution Layer at graph level Change-Id: I77ca51c2c72783cc26a099a6a9c3210cdbbe822d Signed-off-by: giuros01 Reviewed-on: https://review.mlplatform.org/c/797 Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas --- arm_compute/graph/Types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index 8377253338..2905dfcbf6 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -138,6 +138,7 @@ enum class NodeType EltwiseLayer, FlattenLayer, FullyConnectedLayer, + FusedConvolutionBatchNormalizationLayer, GenerateProposalsLayer, NormalizationLayer, NormalizePlanarYUVLayer, -- cgit v1.2.1