[coco] Add 'KernelObject' class (#743)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 23 Jul 2018 00:51:00 +0000 (09:51 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 23 Jul 2018 00:51:00 +0000 (09:51 +0900)
commitc3df869471ef83b04c1af3b393dde29481401763
treea2d26537d1720fe52530e2e82b2d9b12427acdba
parentab31013e48f6756de520e21b47aeb7ecc4e7e6ad
[coco] Add 'KernelObject' class (#743)

This commit adds 'KernelObject' class which allows us to encode convolution
kernel values in IR.

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