Introduce GenericFullyConnectedLayer for fc (#2525)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 30 Aug 2018 05:00:04 +0000 (14:00 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Thu, 30 Aug 2018 05:00:04 +0000 (14:00 +0900)
commit3ce3098ded332187b395c17c4eeea5ee391e1095
treec67024bbbe5182bf4283df857f9c44bdd58b796a
parent2794aef78c9307e06bb70028b22983604197d1d2
Introduce GenericFullyConnectedLayer for fc (#2525)

4d fc tests of GeneratedTests are failed because runtimes can't
guess 4d input to 2d so far. This GenericFullyConnectedLayer handles the
case.

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/layers/GenericFullyConnectedLayer.h [new file with mode: 0644]