[coco] Rename UseSlot as Use (#1511)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 17 Sep 2018 02:13:53 +0000 (11:13 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 17 Sep 2018 02:13:53 +0000 (11:13 +0900)
commitc1efa332540c7622e909964c5d8b41f8056b8893
treea0f2af274f2ed5ac15b17494d21ed03f0ecef032
parentda3669fdf7ef24343900419d6366ff176b7ae4e8
[coco] Rename UseSlot as Use (#1511)

This commit renames UseSlot as Use (to be consistent with Def).

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/Use.h [moved from contrib/coco/core/include/coco/IR/UseSlot.h with 70% similarity]
contrib/coco/core/src/IR/Use.cpp [moved from contrib/coco/core/src/IR/UseSlot.cpp with 88% similarity]
contrib/coco/core/src/IR/Use.test.cpp [moved from contrib/coco/core/src/IR/UseSlot.test.cpp with 79% similarity]