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, 4 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index d829bfae00..ac4dd31999 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -1,5 +1,5 @@
//
-// Copyright © 2017 Arm Ltd. All rights reserved.
+// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once
@@ -108,7 +108,9 @@ enum class UnaryOperation
Sqrt = 2,
Rsqrt = 3,
Neg = 4,
- LogicalNot = 5
+ LogicalNot = 5,
+ Log = 6,
+ Sin = 7
};
enum class PoolingAlgorithm