[coco] Introduce GenericKernelLayout (#1688)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 1 Oct 2018 06:29:14 +0000 (15:29 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Oct 2018 06:29:14 +0000 (15:29 +0900)
commit2c656e73396ebf0f008d7f95898b7d30e1bf3350
tree388db5082dced247d4864c14f00174e67014776a
parent211b51317f3d1b85e0c22ba1e5c444a880b53fd1
[coco] Introduce GenericKernelLayout (#1688)

This commit introduces GenericKernelLayout class which corresponds to
GenericFeatureLayout class for feature objects.

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