[enco] Introduce Intrinsic Selection (#2553)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 7 Dec 2018 07:32:13 +0000 (16:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Dec 2018 07:32:13 +0000 (16:32 +0900)
commit476a0befb1c35bd1540ee029e03118a1f7f9dacb
tree65f8bbf0a4b5e1c2c539de8952c953d2c2ea5c7b
parenteb45418b375216ad71721fe011ca01baf571d576
[enco] Introduce Intrinsic Selection (#2553)

This commit introduces the basic implementation of Intrinsic Selection pass.
The current implementation is able to rewrite an "Eval" instruction for
"Depthwise concat over features" as "ANNDepthConcatF" instruction.

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