Removing unncessary CAST_NE from GenericFullyConnectedLayer (#2721)
authorPrasanna R/System SW /SRI-Bangalore/Engineer/삼성전자 <prasanna.r@samsung.com>
Wed, 19 Sep 2018 05:01:42 +0000 (10:31 +0530)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 19 Sep 2018 05:01:42 +0000 (14:01 +0900)
commitdce9073f2c3cafa5fd471a4a7bb7077afe254831
tree17c58f987465263f22eb6142eac38322ca5f4cb5
parenta52a4efad9c2da2969a6aaf6f6efc5a7ce941229
Removing unncessary CAST_NE from GenericFullyConnectedLayer (#2721)

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

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