aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 07d38a332d..2fd40b84dd 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -425,8 +425,8 @@ struct ProfilingStaticGuid : public ProfilingGuid
X(Switch) \
X(Transpose) \
X(TransposeConvolution2d) \
- X(Unmap)
-
+ X(Unmap) \
+ X(Cast)
/// When adding a new layer, adapt also the LastLayer enum value in the
/// enum class LayerType below
enum class LayerType
@@ -435,7 +435,7 @@ enum class LayerType
LIST_OF_LAYER_TYPE
#undef X
FirstLayer = Activation,
- LastLayer = Unmap
+ LastLayer = Cast
};
const char* GetLayerTypeAsCString(LayerType type);