[coco] KernelObject with empty layout (#1730)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 4 Oct 2018 01:06:16 +0000 (10:06 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 4 Oct 2018 01:06:16 +0000 (10:06 +0900)
commit73edbc88417e0bbaf14a20e9b18ce067eb059710
tree2db3c794a6041da346939cb28a2ad448a4dc3d2a
parent1affb0266cc1351c623480da7dc36460a40d9f2e
[coco] KernelObject with empty layout (#1730)

This commit allows users to construct a KernelObject with empty layout.

For that, this commit includes the following changes:
- Introduce default constructor for KernelObject class
- Specialize template-based create method in ObjectManager for coco::KernelObject

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/KernelObject.h
contrib/coco/core/src/IR/ObjectManager.cpp
contrib/coco/core/src/IR/ObjectManager.test.cpp
contrib/enco/frontend/caffe/src/Frontend.cpp