Introduce Custom(Abs) op in runtime (#3035)
authorSiva Sai Vaddipati/System SW /SRI-Bangalore/Engineer/삼성전자 <siva.sai@samsung.com>
Wed, 10 Oct 2018 12:42:18 +0000 (18:12 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 10 Oct 2018 12:42:18 +0000 (21:42 +0900)
commit396201101c5533267e2b0e7fc41c1a5887b3092e
tree23fd6b74bb46b547407f8a295cf279b3c5515d1a
parent073e974ec30482188d49f80f5f2615ebe42d1f48
Introduce Custom(Abs) op in runtime (#3035)

This commit introduces Custom(Abs) op in PACL runtime.
Related issue: #2828

Signed-off-by: Siva Sai <siva.sai@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Abs.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Abs.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc