[coco] Introduce BCHW Feature Layout (#1595)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 20 Sep 2018 04:04:02 +0000 (13:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 20 Sep 2018 04:04:02 +0000 (13:04 +0900)
commitc40b26a604d622559d094b7dcf6e471b60b273a2
treef30d8785630db163e3f693a9d3b9d7e8c29e9276
parentb3c210ea7f1e62e785c0ecc02caec801cd787324
[coco] Introduce BCHW Feature Layout (#1595)

This commit introduces BCHW feature layout class as a mean to speed up
model import/transformation phases.

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