[coco] Allow Op to have a parent Op (#1767)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 8 Oct 2018 01:54:18 +0000 (10:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 8 Oct 2018 01:54:18 +0000 (10:54 +0900)
commit7574ab4a61d522d7ff163c7bc0483f74bf44fbe5
tree096815f21a28566ae5034941660cae0e2af10485
parent96c2c13bf212e32a99609354959084a2e03e8186
[coco] Allow Op to have a parent Op (#1767)

This commit allows each Op to have a parent Op as the first step to support
tree-like Op structure.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Op.h
contrib/coco/core/include/coco/IR/Part.forward.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/Part.h [new file with mode: 0644]
contrib/coco/core/src/IR/Op.cpp
contrib/coco/core/src/IR/Part.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/Part.test.cpp [new file with mode: 0644]