[coco] Record network input list in Module (#766)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 07:51:43 +0000 (16:51 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 07:51:43 +0000 (16:51 +0900)
commit37fd69fb591dcdf34995b00b090d4164778ea81b
tree5452bce8077f54c0dfdc2f2d65628f98cf612bb5
parent35fa6a73e6085397d047666a799422403f9fe272
[coco] Record network input list in Module (#766)

This commit adds 'input()' method to 'Module' class which returns a list
of 'Input' objects.

This list records the list of inputs in the NN network that Module
represents.

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