From a7acb3cbabeb66ce647684466a04c96b2963c9c9 Mon Sep 17 00:00:00 2001 From: Isabella Gottardi Date: Tue, 8 Jan 2019 13:48:44 +0000 Subject: COMPMID-1849: Implement CPPDetectionPostProcessLayer * Add DetectionPostProcessLayer * Add DetectionPostProcessLayer at the graph Change-Id: I7e56f6cffc26f112d26dfe74853085bb8ec7d849 Signed-off-by: Isabella Gottardi Reviewed-on: https://review.mlplatform.org/c/1639 Reviewed-by: Giuseppe Rossini Tested-by: Arm Jenkins --- 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 9f962425b3..8b97708a63 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -48,6 +48,7 @@ using arm_compute::PermutationVector; using arm_compute::ActivationLayerInfo; using arm_compute::DetectionOutputLayerInfo; +using arm_compute::DetectionPostProcessLayerInfo; using arm_compute::NormType; using arm_compute::NormalizationLayerInfo; using arm_compute::FullyConnectedLayerInfo; @@ -137,6 +138,7 @@ enum class NodeType DeconvolutionLayer, DepthwiseConvolutionLayer, DetectionOutputLayer, + DetectionPostProcessLayer, EltwiseLayer, FlattenLayer, FullyConnectedLayer, -- cgit v1.2.1