[coco] Add 'InstrManager' class (#776)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 24 Jul 2018 06:00:26 +0000 (15:00 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 24 Jul 2018 06:00:26 +0000 (15:00 +0900)
commite2df840f6ab08a4f8b1de323924098596e5c2d43
tree8092b49be2b90a6edc0ea383d6abcf2e20b49554
parenteed4c697da8b0d3039d925e3cf96045817e80517
[coco] Add 'InstrManager' class (#776)

This commit adds 'InstrManager' class which allocates and tracks instances of
'Instr' class.

The current implementation is restrictied to 'UnitF<Conv2D>'.

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