[nnkit] Introduce nnkit_support_cmdline (#1755)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 5 Oct 2018 02:01:11 +0000 (11:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 5 Oct 2018 02:01:11 +0000 (11:01 +0900)
commit44c6372ca3fab1bb58cf06faf2a1560d9c4997a4
tree69fc7ce22d3dc396a356f360f1fd7f9e1f2854ad
parent7da7fe63553311649c2b5eaa8d7338662300a1d2
[nnkit] Introduce nnkit_support_cmdline (#1755)

* [nnkit] Introduce nnkit_support_cmdline

This commit introduces nnkit_support_cmdline (v0.1) which includes
VectorArguments that implements CmdlineArguments interface.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Add missing license notice
contrib/nnkit/libs/support/cmdline/CMakeLists.txt [new file with mode: 0644]
contrib/nnkit/libs/support/cmdline/include/nnkit/VectorArguments.h [new file with mode: 0644]
contrib/nnkit/libs/support/cmdline/src/VectorArguments.cpp [new file with mode: 0644]