From 087eaf67dc4be4234a7fcfc3b109c1e4f5e7dd5e Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Wed, 16 May 2018 15:52:35 +0100 Subject: COMPMID-1176: Adds nodes to the graph. Nodes added: -ChannelShuffle -Resize -Deconvolution -Dummy (used for performance analysis and debugging) Change-Id: Iad19960cbbce6e25532f77bfd34b2292c0ca9781 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/131672 Tested-by: Jenkins Reviewed-by: Pablo Tello Reviewed-by: Anthony Barbier --- arm_compute/graph/frontend/Types.h | 2 ++ 1 file changed, 2 insertions(+) (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 47893613c7..cd579e2119 100644 --- a/arm_compute/graph/frontend/Types.h +++ b/arm_compute/graph/frontend/Types.h @@ -50,6 +50,8 @@ using graph::DepthwiseConvolutionMethod; using graph::TensorDescriptor; using graph::DimensionRoundingType; using graph::GraphConfig; +using graph::InterpolationPolicy; +using graph::Size2D; /** Branch layer merging method */ enum class BranchMergeMethod -- cgit v1.2.1