From 47e6fede687a301137cef25ff729e68d099d4520 Mon Sep 17 00:00:00 2001 From: Michele Di Giorgio Date: Tue, 13 Nov 2018 12:04:25 +0000 Subject: COMPMID-1639: Add GenerateProposals to the graph API Change-Id: Icf813a0a87d4a07e180eafdb5fa916b2ea4028d2 --- 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 b9589b753c..ceee776aaa 100644 --- a/arm_compute/graph/Types.h +++ b/arm_compute/graph/Types.h @@ -135,6 +135,7 @@ enum class NodeType EltwiseLayer, FlattenLayer, FullyConnectedLayer, + GenerateProposalsLayer, NormalizationLayer, NormalizePlanarYUVLayer, PadLayer, -- cgit v1.2.1