[neurun] Enable ReLU, RSQRT ops (#4642)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 12 Mar 2019 07:42:11 +0000 (16:42 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 12 Mar 2019 07:42:11 +0000 (16:42 +0900)
commit74e4bfb2b4f5c8c70bb1b1e7765333f8c69ded4b
treee9d8f5d7348d1438b23b532f8b8344552e7a4970
parent8ff9ade04beb660a13e74547cbcccfa065fe3e75
[neurun] Enable ReLU, RSQRT ops (#4642)

This commit enables `ReLU`, `RSQRT` for `acl_ac`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
runtimes/neurun/src/backend/acl_cl/StageGenerator.cc
runtimes/neurun/src/backend/acl_cl/StageGenerator.h
runtimes/neurun/src/frontend/wrapper/OperationFactory.cc
runtimes/neurun/src/model/operation/Node.Include.h
runtimes/neurun/src/model/operation/Op.lst
runtimes/neurun/src/model/operation/RSQRTNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/RSQRTNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/ReLUNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/ReLUNode.h [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt