[coco] Introduce Generic Data Context (#929)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 8 Aug 2018 05:44:21 +0000 (14:44 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 8 Aug 2018 05:44:21 +0000 (14:44 +0900)
commit41034afc17bca827fb7c174513e5f792eeeedecd
tree69a3fefb60b32c60ca9d8b1d8725a68bce4151eb
parentb9e1f85269c43000f88938cb3079a8bcdd3c8e98
[coco] Introduce Generic Data Context (#929)

* [coco] Introduce Generic Data Context

This commit introduces generic data context, which allows any frontends
to deliver constand weight data to backends.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix GCC 4.9 build break
contrib/coco/generic/include/coco/IR/Data.h [new file with mode: 0644]
contrib/coco/generic/include/coco/IR/PlainWeightContext.h [new file with mode: 0644]
contrib/coco/generic/src/IR/Data.cpp [new file with mode: 0644]
contrib/coco/generic/src/IR/Data.test.cpp [new file with mode: 0644]