[neurun] Enable ArgMax, Dequantize, Mean ops (#4751)
author김수진/Quality Tool Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 26 Mar 2019 02:24:17 +0000 (11:24 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 26 Mar 2019 02:24:17 +0000 (11:24 +0900)
commitb8900ff6bebd07d31a547b8a69db6e4fd8350d5e
tree84f9c827b956fa832c6ccb6edd5da440173fdd0f
parent0e8afa7e085c27e0ef32bf850d70ddc8322e863c
[neurun] Enable ArgMax, Dequantize, Mean ops (#4751)

* [neurun] Enable ArgMax, Dequantize, Mean ops

This commit enables `ArgMax`, `Dequantize`, `Mean` ops for `acl_cl`.

* fix build break

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/ArgMaxNode.h [new file with mode: 0644]
runtimes/neurun/core/include/model/operation/DequantizeNode.h [new file with mode: 0644]
runtimes/neurun/core/include/model/operation/MeanNode.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/ArgMaxNode.cc [new file with mode: 0644]
runtimes/neurun/core/src/model/operation/DequantizeNode.cc [new file with mode: 0644]
runtimes/neurun/core/src/model/operation/MeanNode.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