From 7234ed8c3d07c76963eb3bce9530994421ad7e67 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 27 Nov 2018 08:51:10 +0000 Subject: COMPMID-1808: Add Detection Output Layer to the GraphAPI COMPMID-1710: Integrate Detection ouput in MobilenetSSD graph example Change-Id: I384d1eb492ef14ece58f2023ad7bbc16f834450b Reviewed-on: https://review.mlplatform.org/356 Tested-by: Arm Jenkins Reviewed-by: Pablo Marquez Reviewed-by: Georgios Pinitas --- arm_compute/graph/Types.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm_compute/graph/Types.h') diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h index b6803c89bc..60fe0a883e 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -45,6 +45,7 @@ using arm_compute::Size2D; using arm_compute::PermutationVector; using arm_compute::ActivationLayerInfo; +using arm_compute::DetectionOutputLayerInfo; using arm_compute::NormType; using arm_compute::NormalizationLayerInfo; using arm_compute::FullyConnectedLayerInfo; @@ -133,6 +134,7 @@ enum class NodeType ConvolutionLayer, DeconvolutionLayer, DepthwiseConvolutionLayer, + DetectionOutputLayer, EltwiseLayer, FlattenLayer, FullyConnectedLayer, -- cgit v1.2.1