From 427bbbf939a37150fd6768c29c9753771806dab3 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Tue, 28 Aug 2018 13:32:02 +0100 Subject: COMPMID-1522: Add ElementWiseOperation node in the graph API Change-Id: Icb428bf3b5d3634fdddc57562cce670776e7f7a3 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/145814 Tested-by: Jenkins Reviewed-by: Anthony Barbier --- arm_compute/graph/frontend/Types.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'arm_compute/graph/frontend/Types.h') diff --git a/arm_compute/graph/frontend/Types.h b/arm_compute/graph/frontend/Types.h index f9505e264c..79ce52e8d1 100644 --- a/arm_compute/graph/frontend/Types.h +++ b/arm_compute/graph/frontend/Types.h @@ -40,6 +40,7 @@ using graph::TensorShape; using graph::PermutationVector; using graph::ActivationLayerInfo; +using graph::EltwiseOperation; using graph::FullyConnectedLayerInfo; using graph::NormalizationLayerInfo; using graph::NormType; @@ -56,13 +57,6 @@ using graph::GraphConfig; using graph::InterpolationPolicy; using graph::Size2D; -/** Branch layer merging method */ -enum class BranchMergeMethod -{ - DEPTH_CONCATENATE, /**< Concatenate across depth */ - ADD /**< Adds the results of each stream */ -}; - /** Hints that can be passed to the stream to expose parameterization */ struct StreamHints { -- cgit v1.2.1