[coco] Non-template UseSlot (#1482)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 13 Sep 2018 02:20:52 +0000 (11:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 13 Sep 2018 02:20:52 +0000 (11:20 +0900)
commitada3fec627698868defb92f39af6fec5c503a6f0
treef6161a14cca6c26dbe56c4a28ae9dc5a0cf2539b
parentef7be034d4d7e8032af506d89060a4279fa0e8e3
[coco] Non-template UseSlot (#1482)

This commit rewrites UseSlot as a non-template version. This is a step
to support Object-to-Object substitution.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/Conv2D.h
contrib/coco/core/include/coco/IR/Instr.h
contrib/coco/core/include/coco/IR/UseSlot.h
contrib/coco/core/src/IR/Conv2D.cpp
contrib/coco/core/src/IR/Instr.cpp
contrib/coco/core/src/IR/UseSlot.test.cpp