[nnkit] Introduce backend interface (#251)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 24 May 2018 08:10:08 +0000 (17:10 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 24 May 2018 08:10:08 +0000 (17:10 +0900)
commitacec9fe6eab17ab14dc17b0af8467e3f4dfbe113
tree0a8779d9a5a3448e8f585b586cb6b671f388e881
parentd95f4891b7bbe2789bcb559913df98ddd7ffb06b
[nnkit] Introduce backend interface (#251)

This commit introduces 'nnkit::Backend' and 'nnkit::BackendFactory'
interfaces which abstracts various NN frameworks.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nnkit/libs/intf/CMakeLists.txt
contrib/nnkit/libs/intf/backend/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/intf/backend/include/nnkit/Backend.h [new file with mode: 0644]
contrib/nnkit/libs/intf/backend/include/nnkit/BackendFactory.h [new file with mode: 0644]