[coco] Introduce Load op (#1769)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 8 Oct 2018 03:53:24 +0000 (12:53 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 8 Oct 2018 03:53:24 +0000 (12:53 +0900)
commit9f5d1026f5aa70c5517a499fabb69e495f05421a
tree0c3c19dfb4aee3422a67f04a78a2cfd66292ec4e
parent7312fce18ea9255311070224c6cb95546a7e8744
[coco] Introduce Load op (#1769)

This commit introduces Load op which serves as a leaf node of tree-like
Op structure.

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