[nnc] Acl backend system tests for Mobilenet and Inception-v3 operations (#2229)
authorТимур Отеллович Аблязимов/AI Tools Lab /SRR/Staff Engineer/삼성전자 <t.ablyazimov@samsung.com>
Wed, 12 Dec 2018 17:15:02 +0000 (20:15 +0300)
committerEfimov Alexander/AI Tools Lab/./Samsung Electronics <a.efimov@samsung.com>
Wed, 12 Dec 2018 17:15:02 +0000 (20:15 +0300)
commit6270920fd4673af1749d36b3eaf75e1a2cc73b8c
tree24360fbce8afa1bff943d47cad6feaa7a6d241cf
parentafd245766b09586de4b2e514e5b2324b72caa9b5
[nnc] Acl backend system tests for Mobilenet and Inception-v3 operations (#2229)

The system tests framework for the ACL soft backend has been created. The test cases for the operations used in the Mobilenet and the Inception-v3 operations have been added.

Signed-off-by: Timur Ablyazimov <t.ablyazimov@samsung.com>
17 files changed:
contrib/nnc/tests/CMakeLists.txt
contrib/nnc/tests/acl_soft_backend/AclCppOperations.cpp [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/BuildInfo.h.in [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/artifact_cmake/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/artifact_cmake/main.cpp [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/artifact_cmake/odroid.cmake [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/concatenate.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/convolution.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/convolution_with_bias.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/depthwise_convolution.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/fully_connected.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/pooling_avg.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/pooling_max.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/relu.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/reshape.prototxt [new file with mode: 0644]
contrib/nnc/tests/acl_soft_backend/models/scale.prototxt [new file with mode: 0644]