[nnc] Skeleton for acl backend unit tests (#2549)
authorEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Fri, 7 Dec 2018 12:01:22 +0000 (15:01 +0300)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 7 Dec 2018 12:01:22 +0000 (15:01 +0300)
commitec33435727399e405e3bd6058c2aee919c0de3c9
tree7cee464977b11622184ad06135afc5035eca8101
parent7b84a6938a383f0dc0905decec8ede6c7c591af3
[nnc] Skeleton for acl backend unit tests (#2549)

- added two groups of tests: MIR to DOM transformations and DOM to text transformation
- Declarations of checker functions
- two example tests, one for each group

Signed-off-by: Efimov Alexander <a.efimov@samsung.com>
16 files changed:
contrib/nnc/CMakeLists.txt
contrib/nnc/passes/acl_soft_backend/AclCppGenerator.cpp
contrib/nnc/passes/acl_soft_backend/AclCppOpGenerator.cpp
contrib/nnc/passes/acl_soft_backend/AclCppOpGenerator.h [moved from contrib/nnc/include/passes/acl_soft_backend/AclCppOpGenerator.h with 100% similarity]
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppCode.cpp
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppCode.h [moved from contrib/nnc/include/passes/acl_soft_backend/ArtifactGeneratorCppCode.h with 100% similarity]
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppDecl.cpp
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppDecl.h [moved from contrib/nnc/include/passes/acl_soft_backend/ArtifactGeneratorCppDecl.h with 100% similarity]
contrib/nnc/passes/acl_soft_backend/ArtifactIndent.h [moved from contrib/nnc/include/passes/acl_soft_backend/ArtifactIndent.h with 100% similarity]
contrib/nnc/passes/acl_soft_backend/ArtifactModel.cpp
contrib/nnc/passes/acl_soft_backend/ArtifactModel.h [moved from contrib/nnc/include/passes/acl_soft_backend/ArtifactModel.h with 100% similarity]
contrib/nnc/passes/acl_soft_backend/IArtifactGenerator.h [moved from contrib/nnc/include/passes/acl_soft_backend/IArtifactGenerator.h with 100% similarity]
contrib/nnc/unittests/CMakeLists.txt
contrib/nnc/unittests/acl_backend/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/unittests/acl_backend/DOMToText.cpp [new file with mode: 0644]
contrib/nnc/unittests/acl_backend/MIRToDOM.cpp [new file with mode: 0644]