[coco] Use ObjectManager inside Op tests (#825)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 26 Jul 2018 02:18:03 +0000 (11:18 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 26 Jul 2018 02:18:03 +0000 (11:18 +0900)
commit71fa61fd0160ee74b0dc478d676061138b2b6c7d
treee3e06e5b79a88562b11411b6f8e87a707b08c23c
parentcc59204f8af0e6d1c5ea1c62bb4977c324c131cf
[coco] Use ObjectManager inside Op tests (#825)

This commit revises IR_OP_CONV2D.ker_update to use ObjectManager when it
creates a KernelObject instance for testing.

This change allows us to reduce the degree of coupling between 'KernelObject'
class design and IR_OP_CONV2D.ker_update test implementation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/src/IR/Op.test.cpp