nnc: Implement PluginManager class (#273)
authorVitaliy Cherepanov/AI Tools Lab/Engineer/삼성전자 <v.cherepanov@samsung.com>
Mon, 4 Jun 2018 09:50:08 +0000 (12:50 +0300)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Mon, 4 Jun 2018 09:50:08 +0000 (12:50 +0300)
commitcd21e41aba7948303fb928a355e94fe9639df75f
tree11cf0121336909c97a41bf4a1213155c8504069e
parent2bc8ae28af28548151f9e53ca6005f189db050f1
nnc: Implement PluginManager class (#273)

nnc: Implement PluginsManager class

This class will search, load, initialize plugins and
delegate plugins to modules by plugin type

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
contrib/nnc/include/module/plugin/PluginManager.h [new file with mode: 0644]
contrib/nnc/src/module/plugin/PluginManager.cpp [new file with mode: 0644]