[enco] Introduce Code class (#1111)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 22 Aug 2018 04:16:37 +0000 (13:16 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 22 Aug 2018 04:16:37 +0000 (13:16 +0900)
commit6969241dd21d4f5f4bb07aeb04440e4233ae10ff
tree206a8a88e29c37fbdddbe5712818af0baaa3340a
parent7cf4ef535bab1794ba815d0c8ee67cc30749bcee
[enco] Introduce Code class (#1111)

* [enco] Introduce Code class

This commit introduces Code class which is a triple of coco::Module,
coco::Data, and ANNContext; One may regard this as an extended coco IR.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Use enco namespace
contrib/enco/core/src/Code.h [new file with mode: 0644]
contrib/enco/core/src/Code.test.cpp [new file with mode: 0644]