Introduce reduce mean operation for pure acl runtime (#2256)
author최성진/동작제어Lab(SR)/Principal Engineer/삼성전자 <lotieye.choi@samsung.com>
Mon, 13 Aug 2018 09:11:49 +0000 (18:11 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 13 Aug 2018 09:11:48 +0000 (18:11 +0900)
commitd89ccfabafbca42d6ef973d1f5f65a5358cae32d
tree68136b0656a4e7be176da37ec21418344ed97190
parent77b04e95c2c62b3a6057df6421aa7060ca7b9970
Introduce reduce mean operation for pure acl runtime (#2256)

* Rebase on master instead of merging

This commit does rebase on master instead of merging.

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
* Fix and modify a typo

This commit fixes a typo
- axises => axis

Signed-off-by: SungJin Choi <lotieye.choi@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Mean.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Mean.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc