[coco] Introduce KernelLayouts module (#1729)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 2 Oct 2018 10:17:45 +0000 (19:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Oct 2018 10:17:45 +0000 (19:17 +0900)
commite5ad6610fa74071750f6b521e3255551faf0ae28
tree3ae33b53eba8857c50cbcc89ccd8b1ec2285d956
parent499b43bc2fec77ad431d210a278562a33bd45f25
[coco] Introduce KernelLayouts module (#1729)

This commit introduces KernelLayouts module which provides a set of
pre-defined KernelLayout classes.

The initial implementation includes includes only NCHW layout.

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