Introduce SQRT in PACL (#3412)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 31 Oct 2018 08:08:18 +0000 (13:38 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 31 Oct 2018 08:08:18 +0000 (17:08 +0900)
commit17a5748f453a8b549616b6e28cd2f05b33af89b1
treea41160f831dc55abdab2fc60d8249635059a034e
parentf66cf87f7b12f6ef2d9451ed4e06df1718be7557
Introduce SQRT in PACL (#3412)

This patch introduces SQRT op in PACL
Related issue: #3341

Signed-off-by: prasannar <prasanna.r@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/SQRT.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/SQRT.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc