Implement Sub in PureACL runtime (#1540)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 4 Jun 2018 08:28:35 +0000 (17:28 +0900)
committer서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Mon, 4 Jun 2018 08:28:35 +0000 (17:28 +0900)
commit19a06431ceb4f3f2bf4d4551397fc2bcb4a35233
tree3ba954281de5169470a07f5ecb11a0e74d9205f6
parentc31f73d32ecd6b4699f6ae480f7141979d383748
Implement Sub in PureACL runtime (#1540)

Related issue: #1338, #1379

Support sub in pure acl.
It is implementation in pure acl runtime.
nnapi_unittests Sub for same shape works.
But for broadcasting, I need further work in ACL kernel.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/internal/op/Sub.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Sub.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc