[neurun] Enable Gather, Neg, Abs ops (#4740)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Thu, 21 Mar 2019 05:20:40 +0000 (14:20 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 21 Mar 2019 05:20:40 +0000 (14:20 +0900)
commitd4fe6891eb5851d7c23441e207fd2f2b0278aa47
tree05709447eb03ac1d1f5f1c807da9fcdd07271a61
parent29d2dc9bd5e60fbe12996c498c48ea9917f1251d
[neurun] Enable Gather, Neg, Abs ops (#4740)

This commit enables `Gather`, `Neg`, `Abs` ops for `acl_cl`.

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