nnc: implement PluginData class (#247)
authorVitaliy Cherepanov/AI Tools Lab/Engineer/삼성전자 <v.cherepanov@samsung.com>
Mon, 28 May 2018 12:11:35 +0000 (15:11 +0300)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Mon, 28 May 2018 12:11:35 +0000 (15:11 +0300)
commit84e33117998cb5b91dd6f67148313fe75fc0f34c
tree3de1560a9effdf682557243993659c9ef817b9df
parent4bbe8bc38f35b34d30bc6dd383b31d1f3d71b515
nnc: implement PluginData class (#247)

nnc: implement PluginData class

This class will be used for command line arguments parsing and
and interact it with plugin params

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