[coco.generic] Support raw-data access (#1839)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 12 Oct 2018 00:37:26 +0000 (09:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 12 Oct 2018 00:37:26 +0000 (09:37 +0900)
commitf30bd894b04cba0323f52658bb5e4689b99f4a74
tree63df359228d9aa20b63338b71cb807d862edc702
parentbbfa64d20e1bc7fea97b9fa294c7fdd7264fb78c
[coco.generic] Support raw-data access (#1839)

* [coco.generic] Support raw-data access

This commit introduces weight method in PlainWeightContext which supports
raw-data access.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Use @note
contrib/coco/generic/include/coco/ADT/Span.h [new file with mode: 0644]
contrib/coco/generic/include/coco/IR/PlainWeightContext.h
contrib/coco/generic/src/ADT/Span.test.cpp [new file with mode: 0644]
contrib/coco/generic/src/IR/Data.cpp
contrib/coco/generic/src/IR/Data.test.cpp