Add 'nnsuite' project (#410)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 2 Jul 2018 01:24:17 +0000 (10:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 2 Jul 2018 01:24:17 +0000 (10:24 +0900)
commit9ae1b8491d7d79142ad9465dc6733775b9abd205
treed1ef5de4a86b2d11ea978f27b7df7d1a6480c375
parent80a950924d9a89197b20ca81fb7d51199664c8d4
Add 'nnsuite' project (#410)

This commit adds 'nnsuite' project which will includes various in-memory
NN models for testing.

Currently, 'nnsuite' includes a simple model consists of one Conv2D operation.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnsuite/.FORMATCHECKED [new file with mode: 0644]
contrib/nnsuite/CMakeLists.txt [new file with mode: 0644]
contrib/nnsuite/conv/CMakeLists.txt [new file with mode: 0644]
contrib/nnsuite/conv/include/nnsuite/conv/Model.h [new file with mode: 0644]
contrib/nnsuite/conv/include/nnsuite/conv/RandomModel.h [new file with mode: 0644]
contrib/nnsuite/conv/src/RandomModel.cpp [new file with mode: 0644]