[nnkit] Implement empty onnx backend (#3237)
author윤지영/On-Device Lab(SR)/Staff Engineer/삼성전자 <jy910.yun@samsung.com>
Thu, 11 Apr 2019 07:07:36 +0000 (16:07 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 11 Apr 2019 07:07:36 +0000 (16:07 +0900)
commit76b0a716fc05f055188605b2c652c8c4ae2e43c1
treeb8973f6ee5c4176d407375bb45cc01372b070fb6
parentef1000f9d6eaecfe107be79de550fe0d6eba1811
[nnkit] Implement empty onnx backend (#3237)

This patch has an empty onnx backend.
It will be implemented with the functions to load and run the onnx file.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
contrib/nnkit/backends/onnx/Backend.cpp [new file with mode: 0644]
contrib/nnkit/backends/onnx/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/support/onnx/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/support/onnx/include/nnkit/support/onnx/Backend.h [new file with mode: 0644]
contrib/nnkit/libs/support/onnx/src/Backend.cpp [new file with mode: 0644]