[enco] Replace Generic with BCHW layout in Caffe frontend (#1597)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 20 Sep 2018 05:48:47 +0000 (14:48 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 20 Sep 2018 05:48:47 +0000 (14:48 +0900)
commit7daa07895999383d4eb8ea5b7b2758bb7e468176
treeaf30ac82ea69da33976c0f86407fd58e8629a03b
parent00a362c2b43795ed894d5d9f8481f60e5dfcecf0
[enco] Replace Generic with BCHW layout in Caffe frontend (#1597)

This commit replaces all the use of GenericFeatureLayout with BCHW
layout.

This change eliminates the need for reorder call, which speeds up IR
build.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/frontend/caffe/src/Frontend.cpp