[neurun] Enable NotEqual,ReduceMax,LogicalAnd ops (#4633)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Fri, 8 Mar 2019 08:45:54 +0000 (17:45 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 8 Mar 2019 08:45:54 +0000 (17:45 +0900)
commitd2d25b39687e09f9b194e168682d347072c9125e
treef5181108e18a4dccea201f7aec776baf428ded7b
parente3cfbb3019269077c9e3dd4b4472289c56fe8988
[neurun] Enable NotEqual,ReduceMax,LogicalAnd ops (#4633)

To avoid frequent conflicts among op PRs(migration is too slow..), This commit enables three ops for `acl_cl` at the same time.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
15 files changed:
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/frontend/wrapper/OperationFactory.cc
runtimes/neurun/src/model/operation/LogicalAndNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/LogicalAndNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Node.Include.h
runtimes/neurun/src/model/operation/NotEqualNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/NotEqualNode.h [new file with mode: 0644]
runtimes/neurun/src/model/operation/Op.lst
runtimes/neurun/src/model/operation/ReduceMaxNode.cc [new file with mode: 0644]
runtimes/neurun/src/model/operation/ReduceMaxNode.h [new file with mode: 0644]
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun
tests/scripts/neurun_frameworktest_list.armv7l.acl_cl.txt