aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/InternalTypes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/InternalTypes.hpp')
-rw-r--r--src/armnn/InternalTypes.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/armnn/InternalTypes.hpp b/src/armnn/InternalTypes.hpp
index 36e7280e96..2d7be3cac6 100644
--- a/src/armnn/InternalTypes.hpp
+++ b/src/armnn/InternalTypes.hpp
@@ -14,8 +14,7 @@ namespace armnn
enum class LayerType
{
FirstLayer,
- Abs = FirstLayer,
- Activation,
+ Activation = FirstLayer,
Addition,
ArgMinMax,
BatchNormalization,
@@ -32,6 +31,7 @@ enum class LayerType
Dequantize,
DetectionPostProcess,
Division,
+ ElementwiseUnary,
FakeQuantization,
Floor,
FullyConnected,
@@ -59,7 +59,6 @@ enum class LayerType
QuantizedLstm,
Reshape,
Resize,
- Rsqrt,
Slice,
Softmax,
SpaceToBatchNd,