From 57c48243af8fd4b503fe629166531299c1b083d3 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Thu, 2 Aug 2018 13:41:49 +0100 Subject: MLCE-37: Adds PermuteNode support in graph Change-Id: Iaa93a497e7913c27f2fd09e974125cda5f04bc4b Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/142463 Reviewed-by: Anthony Barbier Tested-by: Jenkins --- arm_compute/graph/frontend/Types.h | 1 + 1 file changed, 1 insertion(+) (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 f9d4952765..8f6312f318 100644 --- a/arm_compute/graph/frontend/Types.h +++ b/arm_compute/graph/frontend/Types.h @@ -36,6 +36,7 @@ namespace frontend using graph::DataType; using graph::DataLayout; using graph::TensorShape; +using graph::PermutationVector; using graph::ActivationLayerInfo; using graph::NormalizationLayerInfo; -- cgit v1.2.1