[enco] Introduce NormalizePass (#1192)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 27 Aug 2018 09:36:07 +0000 (18:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 27 Aug 2018 09:36:07 +0000 (18:36 +0900)
commit6a436a8fbd1d8d79831a518b0e8962e3c00cd627
tree0e6e1da58318e612c2634722b0581555bfd7697e
parentef4a190e0cfeaf4bb36d383f3d3ba55b1d1499e8
[enco] Introduce NormalizePass (#1192)

This commit introduces NormalizePass which inserts data reordering
(Shuffle) instructions to make each instruction/operation compatible
with Android NN API.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/Backend.cpp
contrib/enco/core/src/Transforms/Normalize.cpp [new file with mode: 0644]
contrib/enco/core/src/Transforms/Normalize.h [new file with mode: 0644]