[nnpackage] Introduce nnpackager (#6145)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Mon, 5 Aug 2019 09:48:01 +0000 (18:48 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 5 Aug 2019 09:48:01 +0000 (18:48 +0900)
commit74f9f993175f48941dbc4c57f0146065aa5b0db0
tree6b6b3a6b4df57184a70f228cf5e4b074b5de8387
parent40a954284a37ef7a574dc09165614da99bdb7861
[nnpackage] Introduce nnpackager (#6145)

This PR introduces nnpackager, which provides verify function only.
It checks:
- the existence of nnpackager root directory
- the existence of MANIFEST
- the validity of json format
- the existence of models file

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
tools/nnpackager/nnpackager.py [new file with mode: 0755]