Change input/weights/bias/output shape of FC according to NNAPI spec (#750)
author김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Tue, 17 Apr 2018 08:28:03 +0000 (17:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Apr 2018 08:28:03 +0000 (17:28 +0900)
commit1de2c2f342624640ca7f09daac423e137aac4913
treef26a8700cb7d54640891c3619dfcea8dfc787ce6
parent57bfc31b1acf160f32df6784d06a82908ef2c4d6
Change input/weights/bias/output shape of FC according to NNAPI spec (#750)

This commit changes input/weights/bias/output shape
to follow the NNAPI specification.

Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
src/kernel/acl/src/cl/FullyConnected.cpp
src/kernel/acl/src/cl/FullyConnected.test.cpp