[coco] Introduce GenericFeatureLayout (#1565)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 19 Sep 2018 08:47:58 +0000 (17:47 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 19 Sep 2018 08:47:58 +0000 (17:47 +0900)
commit512f8d05aa5afe36c769b6406a840d01183cb94d
tree2c531b12792d4f703b5ca5ab325fe7928d12633d
parent58fdcfd53d0b987a9bd0a0744fbf213093047ed0
[coco] Introduce GenericFeatureLayout (#1565)

This commit introduces GenericFeatureLayout which is extracted from
FeatureObject. GenericFeatureLayout includes code related with mapping
from index to each Bag element.

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