Introduce converter from nnc's mir into IR used in nnfw project (#3151)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@samsung.com>
Fri, 5 Apr 2019 09:55:46 +0000 (12:55 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Fri, 5 Apr 2019 09:55:46 +0000 (12:55 +0300)
commitd9ffe8e24681b776dd865c2d791506266116ae43
tree7ca27f9f7b93858e871abe005d10d275b94e7925
parent5d17520ccf32a9b68a04c0e56b6cef21e0d32c01
Introduce converter from nnc's mir into IR used in nnfw project (#3151)

Adds Mir2NNFW converter used to convert nnc's mir into neurun graph representation
Add example runner used to load model using nnc's importer and run it using neurun backend

Signed-off-by: Vladimir Plazun <v.plazun@samsung.com>
contrib/mirunner/CMakeLists.txt [new file with mode: 0644]
contrib/mirunner/FindNNFW.cmake [new file with mode: 0644]
contrib/mirunner/MirConverter.cpp [new file with mode: 0644]
contrib/mirunner/MirConverter.h [new file with mode: 0644]
contrib/mirunner/README.md [new file with mode: 0644]
contrib/mirunner/Runner.cpp [new file with mode: 0644]
contrib/mirunner/requires.cmake [new file with mode: 0644]