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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index 933e7da412..d87e7f7147 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -96,7 +96,8 @@ enum class ActivationFunction
Sqrt = 8,
Square = 9,
Elu = 10,
- HardSwish = 11
+ HardSwish = 11,
+ Gelu = 12
};
enum class ArgMinMaxFunction