[core.ADT] Introduce NHWC kernel layout (#401)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 28 Jun 2018 08:20:20 +0000 (17:20 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 28 Jun 2018 08:20:20 +0000 (17:20 +0900)
commit70802761f74587e40f92a88e5ce03e885635827d
treebf513423a93b18c10dcc2a845cdedba2361009c5
parentf9c703393b4501d79671e534e7ad9fd18bdf4a61
[core.ADT] Introduce NHWC kernel layout (#401)

This commit introduces NHWC kernel layout, which is commonly used in
CPU-optimized convolution implementation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
libs/core/include/nncc/core/ADT/kernel/NHWCLayout.h [new file with mode: 0644]
libs/core/src/ADT/kernel/NHWCLayout.cpp [new file with mode: 0644]
libs/core/src/ADT/kernel/NHWCLayout.test.cpp [new file with mode: 0644]