[nncc.core.ADT] Add 'feature::HWCLayout' (#811)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 26 Jul 2018 01:57:14 +0000 (10:57 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 26 Jul 2018 01:57:14 +0000 (10:57 +0900)
commit9b62c6eff0713ae5fb51ed1bc61d8bd81dcd365f
tree2708254de27c79fd7e0ef1ea7daa7db3d3a0f387
parent2fdde2e679b2138d70921f192a0c364be9510cbf
[nncc.core.ADT] Add 'feature::HWCLayout' (#811)

This commit implements 'feature::HWCLayout' class which allows us to
compute the offset on the flat array that uses HWC ordering.

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