Acl backend add dom (#1638)
authorТимур Отеллович Аблязимов/AI Tools Lab /SRR/Staff Engineer/삼성전자 <t.ablyazimov@samsung.com>
Mon, 1 Oct 2018 11:39:10 +0000 (14:39 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Mon, 1 Oct 2018 11:39:10 +0000 (14:39 +0300)
commit8e494ebfaaa7b752fa188d1e42dcaf460ee69294
tree92c089233c87a169d7bc3fa5dcc8a3c24f01d959
parentb7f396d3368f5ea1fe2462d300660da2dd25e273
Acl backend add dom (#1638)

* Adding the ACL C++ soft backend DOM

This commit adds two class hierarchies: one for the ACL C++ soft backend
and another for the code prodecers ("backends of the backend").

Signed-off-by: Timur Ablyazimov <t.ablyazimov@samsung.com>
contrib/nnc/include/passes/acl_soft_backend/ArtifactGeneratorCppCode.h [new file with mode: 0644]
contrib/nnc/include/passes/acl_soft_backend/ArtifactGeneratorCppDecl.h [new file with mode: 0644]
contrib/nnc/include/passes/acl_soft_backend/ArtifactModel.h [new file with mode: 0644]
contrib/nnc/include/passes/acl_soft_backend/IArtifactGenerator.h [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppCode.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppDecl.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/ArtifactModel.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/CMakeLists.txt