Introduce nnfw_support_nnapi (#603)
author박종현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 12 Apr 2018 01:17:23 +0000 (10:17 +0900)
committer김정현/동작제어Lab(SR)/Senior Engineer/삼성전자 <jh0822.kim@samsung.com>
Thu, 12 Apr 2018 01:17:23 +0000 (10:17 +0900)
commit0a4cdc0f9e33391cc28f7f0d66b26da7348b058b
treefda558f28cb03732c20ac6d43d12bb55f98a6c55
parent11509c01a0adfca83e6aa4dde9fad8524f5b176d
Introduce nnfw_support_nnapi (#603)

This commit introduces 'nnfw_support_nnapi' library which provides
various helpers for implementing NNAPI.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
include/support/nnapi/feature/Reader.h [new file with mode: 0644]
include/support/nnapi/feature/Utils.h [new file with mode: 0644]
src/kernel/acl/CMakeLists.txt
src/kernel/acl/src/cl/Conv2D.cpp
src/support/CMakeLists.txt
src/support/nnapi/CMakeLists.txt [new file with mode: 0644]
src/support/nnapi/src/feature/Utils.cpp [new file with mode: 0644]