[PureCL] Support DIV operation (#1482)
author서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Fri, 1 Jun 2018 00:38:50 +0000 (09:38 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 1 Jun 2018 00:38:50 +0000 (09:38 +0900)
commit668e38672dbb4870ff70998a5e0df2f91528d1f8
tree3b350973217ade3994f084dc9eda7c415fcc645a
parentb3947ef6d6a158d0e10d3115ce70b791dfc9db1f
[PureCL] Support DIV operation (#1482)

* [PureCL] Support DIV operation

For #1338 and #1366

This patch adds DIV operation to the pure ACL runtime.

Signed-off-by: Sangmin Seo <sangmin7.seo@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/Div.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/Div.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc