Introduce RNN operation into pureACL (#2359)
author장지섭/동작제어Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Mon, 20 Aug 2018 06:08:10 +0000 (15:08 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 20 Aug 2018 06:08:10 +0000 (15:08 +0900)
commit83dc845cb8018202453fc36ce4002b666f0247a5
tree66b94dcd45972fe6b677b3bdbcc26094ff516eb4
parentb3cb92f81d2bb23d8956120ad4d80354fdcc4c63
Introduce RNN operation into pureACL (#2359)

This commit introduces RNN operation into purACL.

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