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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnn/InternalTypes.hpp b/src/armnn/InternalTypes.hpp
index 13b93ceddb..d2c83cdfee 100644
--- a/src/armnn/InternalTypes.hpp
+++ b/src/armnn/InternalTypes.hpp
@@ -39,9 +39,10 @@ enum class LayerType
Reshape,
ResizeBilinear,
Softmax,
+ Splitter,
// Last layer goes here.
LastLayer,
- Splitter = LastLayer,
+ Subtraction = LastLayer,
};
const char* GetLayerTypeAsCString(LayerType type);