Acl backend add softmax and convolution (#1907)
authorТимур Отеллович Аблязимов/AI Tools Lab /SRR/Staff Engineer/삼성전자 <t.ablyazimov@samsung.com>
Mon, 22 Oct 2018 17:48:28 +0000 (20:48 +0300)
committerРоман Михайлович Русяев/AI Tools Lab /SRR/Staff Engineer/삼성전자 <r.rusyaev@samsung.com>
Mon, 22 Oct 2018 17:48:28 +0000 (20:48 +0300)
commit1f1d8bfad1d4cd0c7aae88851b025e6f025ce0ec
treede09c3f107291b006aa8437f62e2304daf604e42
parent7cf16ee4268470c41a0016af8e7885e1f079a6cf
Acl backend add softmax and convolution (#1907)

These operations run in the inference sequence

Signed-off-by: Timur Ablyazimov <t.ablyazimov@samsung.com>
14 files changed:
contrib/nnc/driver/Driver.cpp
contrib/nnc/include/passes/acl_soft_backend/AclCppGenerator.h [moved from contrib/nnc/include/passes/acl_soft_backend/AclCPPGenerator.h with 89% similarity]
contrib/nnc/include/passes/acl_soft_backend/AclCppOpGenerator.h [new file with mode: 0644]
contrib/nnc/include/passes/acl_soft_backend/ArtifactIndent.h
contrib/nnc/include/passes/acl_soft_backend/ArtifactModel.h
contrib/nnc/passes/CMakeLists.txt
contrib/nnc/passes/acl_soft_backend/AclArtifactUtilities.in [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/AclCPPGenerator.cpp [deleted file]
contrib/nnc/passes/acl_soft_backend/AclCppGenerator.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/AclCppOpGenerator.cpp [new file with mode: 0644]
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppCode.cpp
contrib/nnc/passes/acl_soft_backend/ArtifactGeneratorCppDecl.cpp
contrib/nnc/passes/acl_soft_backend/CMakeLists.txt
contrib/nnc/passes/soft_backend/CMakeLists.txt