Implement SquaredDifference in PACL (#2815)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Mon, 1 Oct 2018 06:08:57 +0000 (11:38 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 1 Oct 2018 06:08:57 +0000 (15:08 +0900)
commit999bccb29d429261390159440b8479852c3217eb
tree52c4a9709152983005fead6207033e4423beb042
parent78cb32264d14cd9eb1c29404e571597380c3a70d
Implement SquaredDifference in PACL (#2815)

This patch implements Squared Difference using Sub and Square kernel.
This patch is added as a replacement to previous patch #2570, which realizes Squared Difference using Sub and Mul.

Signed-off-by: prasannar <prasanna.r@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.cc
runtimes/pure_arm_compute/src/internal/layers/SquaredDifferenceOperation.h