[enco] Introduce Split pass (#1200)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 28 Aug 2018 03:03:39 +0000 (12:03 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 28 Aug 2018 03:03:39 +0000 (12:03 +0900)
commitc9473231641f4cf13facd65d6e9b4e13c8db7aeb
tree0c784ab80907b3d1ab157d7e9835f309e8afccbc
parent271c53c4f57adeb324a1d13dd6561c18b0a9cda7
[enco] Introduce Split pass (#1200)

This commit introduces Split pass which split a sequence of instructions
into a sequence of phases.

This Split pass marks aome of phases as Andoird NN compatible if all the
op/instruction in it have a correponds Andoird NN operation.

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