[neurun] Enable Cast op in neurun (#4496)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Thu, 28 Feb 2019 06:54:15 +0000 (15:54 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 28 Feb 2019 06:54:15 +0000 (15:54 +0900)
commit0d71e0237acb72e66e0c0528dd33c83787a6ac0b
tree9ced63990fc923dafaa7670a5dc86d10c954e7c0
parentd88b29124b982308e48c5d147d14ac75b8cec12c
[neurun] Enable Cast op in neurun (#4496)

* [neurun] Enable Cast op in neurun

This commit enables `Cast` op in `neurun` for `acl_cl`, that is from `PACL`.

* Initialize CLKernelLibraryEx

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