aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/graph/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/graph/Types.h')
-rw-r--r--arm_compute/graph/Types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/graph/Types.h b/arm_compute/graph/Types.h
index ee0bf429ad..2df9998fcf 100644
--- a/arm_compute/graph/Types.h
+++ b/arm_compute/graph/Types.h
@@ -44,6 +44,7 @@ using arm_compute::DataLayout;
using arm_compute::DataLayoutDimension;
using arm_compute::TensorShape;
using arm_compute::Size2D;
+using arm_compute::PermutationVector;
using arm_compute::ActivationLayerInfo;
using arm_compute::NormType;
@@ -140,6 +141,7 @@ enum class NodeType
FlattenLayer,
FullyConnectedLayer,
NormalizationLayer,
+ PermuteLayer,
PoolingLayer,
ReshapeLayer,
ResizeLayer,