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.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index b00a8bf986..d66a1fda90 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -57,13 +57,14 @@ enum class ActivationFunction
TanH = 1,
Linear = 2,
ReLu = 3,
- BoundedReLu = 4, ///< min(a, max(b, input))
+ BoundedReLu = 4, ///< min(a, max(b, input)) ReLu1 & ReLu6.
SoftReLu = 5,
LeakyReLu = 6,
Abs = 7,
Sqrt = 8,
Square = 9,
- Elu = 10
+ Elu = 10,
+ HardSwish = 11
};
enum class ArgMinMaxFunction