Not enable frontend plugins if their dependencies aren't set (#1279)
authorРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Fri, 31 Aug 2018 15:10:00 +0000 (18:10 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 31 Aug 2018 15:10:00 +0000 (18:10 +0300)
commit77cedce07855ff8c7a64a0f14e8bb19c46ea0300
treee1237be83028c91f560b589a769f8693ee4aecdf
parentc067b6022a7311c76805ca2e2b1b4845ef559717
Not enable frontend plugins if their dependencies aren't set (#1279)

* frontend plugins won't be enabled if their dependencies aren't set
* added feature to disable command line options. It is needed to
  disable plugin options if plugins aren't available

Signed-off-by: Roman Rusyaev <r.rusyaev@samsung.com>
contrib/nnc/CMakeLists.txt
contrib/nnc/driver/Driver.cpp
contrib/nnc/driver/Options.cpp
contrib/nnc/include/Definitions.h.in
contrib/nnc/include/support/CommandLine.h
contrib/nnc/plugin/caffe_frontend/CMakeLists.txt
contrib/nnc/plugin/tflite_frontend/CMakeLists.txt
contrib/nnc/support/CommandLine.cpp