Introduce PReLU op in PACL (#3791)
authorPrasanna R/SNAP /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Mon, 3 Dec 2018 07:28:27 +0000 (12:58 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 3 Dec 2018 07:28:27 +0000 (16:28 +0900)
commitfdb84f1108a3fba3633b782fcdb356cd6771f13d
treef7f57773f9fee8ebcf9dc4ee9c7e6c0d8273957e
parent3cda63a8d3898ebdd9f8b1302acaef9769a38fbe
Introduce PReLU op in PACL (#3791)

This patch introduces PReLU op in PACL.
Related issue: #3459

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/PReLU.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/PReLU.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/model.cc