[Pure CL Runtime] Support 'ADD' operation (#1318)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 24 May 2018 03:55:44 +0000 (12:55 +0900)
committer오형석/동작제어Lab(SR)/Senior Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 24 May 2018 03:55:44 +0000 (12:55 +0900)
commit7f1440bfa4692378b2459ff20c05923905890106
tree490817f16ddaebc87e9a9b239001809eaee157f4
parent1293f90418b46d94baeecf48d71ec8fdf98af828
[Pure CL Runtime] Support 'ADD' operation (#1318)

This commit implements 'ADD' operation support in pure CL runtime.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Add.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Add.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc