Introduce LSTM operation into pureACL (#2408)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Wed, 22 Aug 2018 06:45:43 +0000 (15:45 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Wed, 22 Aug 2018 06:45:43 +0000 (15:45 +0900)
commite32301e63db0ba7c8362e535da36a7c35eb8ceb5
treedd1079966d644a4361cbb91387d03dfe8e62cc87
parent84124a12be3f6ac5eea0b2d352904989d934c6b0
Introduce LSTM operation into pureACL (#2408)

This commit introduces LSTM operation into pureACL.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Lstm.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Lstm.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc