aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/InternalTypes.hpp
diff options
context:
space:
mode:
authorDavid Beck <david.beck@arm.com>2018-09-05 15:00:38 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-09-25 14:54:29 +0100
commitc2044fe9d26a8b6afca48aee04bd5d29f8e27b8d (patch)
tree967206cdc246131ce1d834f094c4556ed3d62fac /src/armnn/InternalTypes.hpp
parent2b7a1581f18b88b55153d4edc5cee0e602fd1bfc (diff)
downloadarmnn-c2044fe9d26a8b6afca48aee04bd5d29f8e27b8d.tar.gz
IVGCVSW-1804 : Add Subtraction layer types and placeholders
Change-Id: Ib9a477e5ce590df74ba05fece77258b9204f6523
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);