Removing unncessary CAST_NE from GenericReshapeLayer (#2774)
authorDevansh Bansal/System SW /SRI-Bangalore/Engineer/삼성전자 <b.devansh@samsung.com>
Fri, 21 Sep 2018 00:13:43 +0000 (05:43 +0530)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 21 Sep 2018 00:13:43 +0000 (09:13 +0900)
commit8e9158047412f8f9ef0894e6423671a2be1d41e6
tree0fed01a6e25b51af725463eb7a179458376345c2
parent1f5eb2c4a9e4706801b82a4c8f9ffdbb374c68bc
Removing unncessary CAST_NE from GenericReshapeLayer (#2774)

This patch removes unncessary CAST_NE from GenericReshapeLayer, as the configure functions of NEON Kernels expects parameters of type ITensor and the parameters are all of type ITensor.

Signed-off-by: b.devansh <b.devansh@samsung.com>
runtimes/pure_arm_compute/src/internal/layers/GenericReshapeLayer.cc [changed mode: 0644->0755]