[moco] Importer and ModelSignature (#8383)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 22 Oct 2019 08:17:22 +0000 (17:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 22 Oct 2019 08:17:22 +0000 (17:17 +0900)
commit01f89e6c9c7feaeecf473beb635001212bbc2ef9
tree35fc8ed4c27113453a22b8ec9044be00080a849a
parent766b5ee343ab60b90416c83e2a6a6f940109f087
[moco] Importer and ModelSignature (#8383)

This will introduce Importer and ModelSignature

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco/import/CMakeLists.txt
compiler/moco/import/include/moco/Import/Importer.h [new file with mode: 0644]
compiler/moco/import/include/moco/Import/ModelSignature.h [new file with mode: 0644]
compiler/moco/import/src/Importer.cpp [new file with mode: 0644]
compiler/moco/import/src/Importer.test.cpp [new file with mode: 0644]
compiler/moco/import/src/ModelSignature.cpp [new file with mode: 0644]
compiler/moco/requires.cmake