[neurun] Enable PReLU, TransposeConv, SQRT ops (#4733)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Mon, 18 Mar 2019 06:42:37 +0000 (15:42 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 18 Mar 2019 06:42:37 +0000 (15:42 +0900)
commite150f99b8a67d9a4ae8a4181ed49a87ff2cf4bc6
tree1ff4502b230f59f24f634a287dce0402a46a631d
parenta33b0b25155e06bbb7ad050e4798985dc900ad7c
[neurun] Enable PReLU, TransposeConv, SQRT ops (#4733)

This commit enables `PReLU`, `TransposeConv`, `SQRT` ops for `acl_cl`.

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