Prepare reshaping input(rank-4) into rank-2 on fc (#2505)
author김용섭/동작제어Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Tue, 28 Aug 2018 10:34:36 +0000 (19:34 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 28 Aug 2018 10:34:36 +0000 (19:34 +0900)
commit2a902cfb1c0fa906f264862f3596d4164dea05f0
tree997dbcdea4fe4a9a0a2c4e1f428dafae666f5a16
parent3feb5647856068ed7fb963f0a853b05d28b073d5
Prepare reshaping input(rank-4) into rank-2 on fc (#2505)

When input which has rank 4 as fc's input comes, it needs to be reshaped
into rank 2. This commit prepares the task by skeleton code and checking
input_size, output_size and batch_size

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc