[coco] Add 'Op' class (#699)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Jul 2018 04:04:13 +0000 (13:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 18 Jul 2018 04:04:13 +0000 (13:04 +0900)
commitea497da028e09d2251c7d07f2cd490e2fffc00dc
treec3d975b45604314d4a52b7e6b9bd3ac313df89d9
parent102881692e7078cbbc48a6cdc2a3dfb02c661b86
[coco] Add 'Op' class (#699)

This commit adds 'Op' class which serves as a base interface over all
supported NN operations.

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