Add Mobilenet+Inception-v3 model loading system tests (#945)
authorDmitry Mozolev/AI Tools Lab /SRR/Engineer/삼성전자 <d.mozolev@samsung.com>
Tue, 14 Aug 2018 16:48:49 +0000 (19:48 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 14 Aug 2018 16:48:49 +0000 (19:48 +0300)
commitdc2fbf9e06168b2dcfe73b752a70c9b9144e9503
treeea5ecf51897d578b293e91e48837c5c2ffa21a6b
parent1e2308c2b60ff8504a0d1028d8dbf942b8709ea4
Add Mobilenet+Inception-v3 model loading system tests (#945)

Note that there is no way to run them yet because the way to run all
system tests separately from the unit tests should be decided first,
as well as the way to store large files (NN models in this case).

Signed-off-by: Dmitry Mozolev <d.mozolev@samsung.com>
contrib/nnc/CMakeLists.txt
contrib/nnc/libs/frontend/tflite/CMakeLists.txt
contrib/nnc/tests/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/tests/import/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/tests/import/caffe.cpp [new file with mode: 0644]
contrib/nnc/tests/import/tflite.cpp [new file with mode: 0644]