[nnkit] Introduce nnkit_support_backend (#1758)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 5 Oct 2018 04:24:30 +0000 (13:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 5 Oct 2018 04:24:30 +0000 (13:24 +0900)
commit2ca8cfcfac1415968d2ae91264f8d55a7100f039
tree9de5c90ea677cbc0940c9941db8098d67ccb86b1
parent52b2202fa7b825f03069d7854a69982f15fa0937
[nnkit] Introduce nnkit_support_backend (#1758)

This commit introduces nnkit_support_backend library. It currently provides
BackendPlugin class which makes it easy to load a backend from a shared
library (so).

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