[nnkit] Introduce 'nnkit_registry_backend' (#258)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 30 May 2018 07:39:22 +0000 (16:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 30 May 2018 07:39:22 +0000 (16:39 +0900)
commitba36cdc96184b6f4c916e05eac4a5c3773bfe320
tree5803eec06817bb0b244a22d673c5471085bced93
parentc78bb281998faab38362a5eacf6c7f6eb4f059a0
[nnkit] Introduce 'nnkit_registry_backend' (#258)

* [nnkit] Introduce 'nnkit_registry_backend'

This commit introduces 'nnkit_registry_backend' library which servers as
a global registry on various backends.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Leave a comment on thread safety

* Update comment
contrib/nnkit/libs/registry/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/registry/backend/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/registry/backend/include/nnkit/registry/BackendRegistry.h [new file with mode: 0644]
contrib/nnkit/libs/registry/backend/src/BackendRegistry.cpp [new file with mode: 0644]