aboutsummaryrefslogtreecommitdiff
path: root/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp
diff options
context:
space:
mode:
authorCathal Corbett <cathal.corbett@arm.com>2024-06-27 14:53:50 +0100
committerCathal Corbett <cathal.corbett@arm.com>2024-06-28 12:28:22 +0100
commit66d0e7d5c6d3c271f72848a180616ebc2e3403cc (patch)
treedab3b4433d4e2145583b21084df415fcfd277340 /src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp
parent7177b72cdd36c0a5b0b52a5b3034b1c2b0f8a3ec (diff)
downloadarmnn-66d0e7d5c6d3c271f72848a180616ebc2e3403cc.tar.gz
IVGCVSW-8443 Implement Activation:ReLu in TosaRef
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com> Change-Id: I2a1f7be2b0b4558b0e0e8dbd2350ccf21b5babf8
Diffstat (limited to 'src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp')
-rw-r--r--src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp b/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp
index a1a90812cd..9d7ff1e4c9 100644
--- a/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp
+++ b/src/backends/tosaCommon/operatorMappings/TosaCommonOperators.hpp
@@ -5,7 +5,8 @@
#pragma once
-#include "ActivationOperator.hpp"
+#include "ReluOperator.hpp"
+#include "LeakyReluOperator.hpp"
#include "AvgPool2DIgnoreValueOperator.hpp"
#include "ConcatOperator.hpp"
#include "ConstantOperator.hpp"