[PACL] Fix reshape bug. (#4254)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Thu, 17 Jan 2019 03:53:19 +0000 (12:53 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 17 Jan 2019 03:53:19 +0000 (12:53 +0900)
commitda2223f90d51a1d1b98aa2eeec613efce30086f5
tree0321c21f72e56689e79c17c789110b51d9ed89d1
parente9f401a7eaec32bb83d4c1b38e7cfbb7101c5c74
[PACL] Fix reshape bug. (#4254)

This commit fixes reshape bug that reshape does not support non 4-D input and 4-D output in PACL.
  - Fix GenericReshapeLayer bug
  - Set the apply_dim_correction input shape of GenericFullyConnectedLayer to `false`

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
libs/ARMComputeEx/src/runtime/misc/functions/GenericReshapeLayer.cpp
runtimes/pure_arm_compute/src/compilation.cc