[neurun] Enable LogicalOr, LogicalNot ops (#4734)
author김수진/On-Device Lab(SR)/Engineer/삼성전자 <sjsujin.kim@samsung.com>
Tue, 19 Mar 2019 08:06:49 +0000 (17:06 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 19 Mar 2019 08:06:49 +0000 (17:06 +0900)
commitb15b2b2a55e436fb6c1933bbf0e52e307e75cf63
treec1559106fb7e11ba2e86486b2c8693d6edcae7bb
parent5f63d7ec28b806347b739b8ae25d18b5f5ff4034
[neurun] Enable LogicalOr, LogicalNot ops (#4734)

* [neurun] Enable LogicalOr, LogicalNot ops

Related : #3708

This commit enables `LogicalOr`, `LogicalNot` ops for `acl_cl`.

Signed-off-by: sjsujinkim <sjsujin.kim@samsung.com>
* Change LogicalOr kernel to CLBitwiseOr

* Fix build break
runtimes/neurun/backend/acl_cl/StageGenerator.cc
runtimes/neurun/backend/acl_cl/StageGenerator.h
runtimes/neurun/core/include/model/operation/LogicalNotNode.h [new file with mode: 0644]
runtimes/neurun/core/include/model/operation/LogicalOrNode.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/model/operation/LogicalNotNode.cc [new file with mode: 0644]
runtimes/neurun/core/src/model/operation/LogicalOrNode.cc [new file with mode: 0644]
runtimes/neurun/frontend/nnapi/wrapper/OperationFactory.cc
tests/nnapi/nnapi_gtest.skip.armv7l-linux.neurun