Introduce LOGICAL_AND op in runtime (#3564)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Fri, 30 Nov 2018 06:23:07 +0000 (11:53 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 30 Nov 2018 06:23:07 +0000 (15:23 +0900)
commita31287fe97aea49bc58e19ed966400fe5426eb6f
treedc8d9bb094b528120886230baaaf25f31a3298fd
parent1c72018738d1231c02e2b8adca5dc7ed126345b5
Introduce LOGICAL_AND op in runtime (#3564)

This patch introduces LOGICAL_AND op in our runtime.
Related issue: #3459

Signed-off-by: prasannar <prasanna.r@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Logical_AND.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Logical_AND.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc