[TRIV2] Add data manipulation support for TRIV2
authorDongju Chae <dongju.chae@samsung.com>
Thu, 20 Aug 2020 06:25:51 +0000 (15:25 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Fri, 28 Aug 2020 04:43:33 +0000 (13:43 +0900)
commitd4a13554b58368a0881d5fe702813b32954f5fb5
treee1b044463af8befb230add409a75863a7c6aaf8f
parent4a854f256c7eeaf68459b40b50cf5a07a3c8ccb5
[TRIV2] Add data manipulation support for TRIV2

This patch adds data manipulation support for TRIV2,
which converts data layout between NHWC and HW format.

It includes data quantization as well.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
src/core/comm/CommPlugin.h
src/core/comm/plugin-comm-ip.cc
src/core/ne-handler.cc
src/core/ne-model.cc
src/core/ne-model.h
tests/apptests/tvn_triv2.cc
tests/unittests/ne_core_comm_test.cc
tests/unittests/ne_core_handler_test.cc
tests/unittests/ne_core_model_test.cc