summaryrefslogtreecommitdiff
path: root/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
diff options
context:
space:
mode:
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>2019-09-04 09:42:19 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-09-04 09:42:19 +0900
commit3b43f775a1c5150f5abc06e11459fc39b78fc6f0 (patch)
tree0ea59d7902b8cea2c0b473dec5fbae7a230c091e /runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
parent6a3dbdfc574dcd4266bb31d7a57ecbaf9b0a4888 (diff)
downloadnnfw-3b43f775a1c5150f5abc06e11459fc39b78fc6f0.tar.gz
nnfw-3b43f775a1c5150f5abc06e11459fc39b78fc6f0.tar.bz2
nnfw-3b43f775a1c5150f5abc06e11459fc39b78fc6f0.zip
Enable RNN op for ACL neon (#7137)
This commit enables to support RNN op for ACL neon. Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
Diffstat (limited to 'runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h')
-rw-r--r--runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h b/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
index f59355b8a..5711a3b00 100644
--- a/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
+++ b/runtimes/libs/ARMComputeEx/arm_compute/runtime/NEON/NEFunctionsEx.h
@@ -18,6 +18,7 @@
#include <arm_compute/runtime/NEON/functions/NEFullyConnectedReshapingLayer.h>
#include <arm_compute/runtime/NEON/functions/NEReduceMeanEx.h>
+#include <arm_compute/runtime/NEON/functions/NERNNLayerEx.h>
#include <arm_compute/runtime/NEON/functions/NETransposeConvLayer.h>
#endif // __ARM_COMPUTE_NEFUNCTIONSEX_H__