Introduce LogicalOr op in runtime (#3622)
authorShubham Gupta/System SW /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 20 Nov 2018 04:05:59 +0000 (09:35 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 20 Nov 2018 04:05:59 +0000 (13:05 +0900)
commit5943ab82cde668e7d8b3c0a8a5eeba5965585a0d
tree70d788f674cc68004fde0b1ec05804a0c0a403fd
parente519a89e67181dcacce621710386cc5bbab75987
Introduce LogicalOr op in runtime (#3622)

This patch will add node for LogicalOr op in PACL

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/LogicalOr.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/LogicalOr.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h