[coco] Add 'output' method in Module (#780)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 24 Jul 2018 06:01:44 +0000 (15:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 24 Jul 2018 06:01:44 +0000 (15:01 +0900)
commitb0797fc8f7ccee26eb9fde1031683e81c87aa35c
treef63bb195c8f59bcd02e96d653aa15c29435eb1de
parente91f3626abcbe4a7cd2652a6de1ac136e77e308d
[coco] Add 'output' method in Module (#780)

This commit adds 'output' method in Module class, which allows users to
access Output list inside Module.

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