The first commit in the set of incremental commits for PRs adding the new ACL C+...
authorТимур Отеллович Аблязимов/AI Tools Lab /SRR/Staff Engineer/삼성전자 <t.ablyazimov@samsung.com>
Wed, 19 Sep 2018 18:55:31 +0000 (21:55 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Wed, 19 Sep 2018 18:55:31 +0000 (21:55 +0300)
commiteb103bf520e43426755ebc0f6645749b0636787e
tree3143c227379292bb2c19fa6918e4f78c6c8bde7a
parenteff82900486ee1726a7091a39e9697602e53687f
The first commit in the set of incremental commits for PRs adding the new ACL C++ soft backend (#1583)

This commit adds the command line option for the new backend invokation and add the new backend library stub

Signed-off-by: Timur Ablyazimov <t.ablyazimov@samsung.com>
contrib/nnc/driver/Driver.cpp
contrib/nnc/driver/Options.cpp
contrib/nnc/include/option/Options.h
contrib/nnc/include/passes/acl_soft_backend/AclCPPGenerator.h [new file with mode: 0644]
contrib/nnc/passes/CMakeLists.txt
contrib/nnc/passes/acl_soft_backend/AclCPPGenerator.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/CMakeLists.txt [new file with mode: 0644]