[nnpkg_run] Bring out h5 load/dump, allocation to separate files (#9342)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Wed, 4 Dec 2019 03:27:53 +0000 (12:27 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 4 Dec 2019 03:27:53 +0000 (12:27 +0900)
commit81c33212439e564238fa62d16410b0e929bc70dc
tree65d8c4f725a74d4c9434969b1b71ff7b8944189a
parent98447711216aafcbf113c7711a458944e681d60b
[nnpkg_run] Bring out h5 load/dump, allocation to separate files (#9342)

nnpackge_run grows bigger and bigger.
This patch factor out the feature implementation into separate files.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tests/tools/nnpackage_run/CMakeLists.txt
tests/tools/nnpackage_run/src/allocation.h [new file with mode: 0644]
tests/tools/nnpackage_run/src/h5formatter.cc [new file with mode: 0644]
tests/tools/nnpackage_run/src/h5formatter.h [new file with mode: 0644]
tests/tools/nnpackage_run/src/nnfw_util.cc [new file with mode: 0644]
tests/tools/nnpackage_run/src/nnfw_util.h [new file with mode: 0644]
tests/tools/nnpackage_run/src/nnpackage_run.cc