[coco] Add 'FeatureObject' class (#738)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 20 Jul 2018 06:26:21 +0000 (15:26 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 20 Jul 2018 06:26:21 +0000 (15:26 +0900)
commit98e0d230a44e1d6007cb912292ecdfc2645f597e
tree3f2148866d480ed232280ea309d1a9430e7fdbeb
parente1b320bc70e365b1f1dff2262efaa4e375ffb518
[coco] Add 'FeatureObject' class (#738)

This commit adds 'FeatureObject' class which inherits 'Object' class.
This class is used to represent feature map values used in CNN.

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