Renaming of Logical_AND op to LogicalAnd (#3800)
authorShubham Gupta/SNAP /SRI-Bangalore/Engineer/삼성전자 <shub98.gupta@samsung.com>
Tue, 4 Dec 2018 01:02:11 +0000 (06:32 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 4 Dec 2018 01:02:11 +0000 (10:02 +0900)
commit5d04747e17bfcf686b2461d42532990d1ed5fe55
tree1dca67bbd5b838294eae0ba904e9504d23b21f6e
parent67ded90aa28272e793dd56a7036d561e48a2c5e1
Renaming of Logical_AND op to LogicalAnd (#3800)

To maintain uniformity and naming convention,
This patch renames the Logical_AND to LogicalAnd

Signed-off-by: shubham <shub98.gupta@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/LogicalAnd.cc [moved from runtimes/pure_arm_compute/src/internal/op/Logical_AND.cc with 91% similarity]
runtimes/pure_arm_compute/src/internal/op/LogicalAnd.h [moved from runtimes/pure_arm_compute/src/internal/op/Logical_AND.h with 94% similarity]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc