[neurun] move api out of frontend (#7873)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Tue, 1 Oct 2019 09:20:37 +0000 (18:20 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 1 Oct 2019 09:20:37 +0000 (18:20 +0900)
commit706a2aeb4b06024440aae3cb699a0c5d8d0236d9
treee8ae07907a0a51a03cf5892c93129ec19f356a98
parentb10008f6682ba9e5e740b498f3f377052096d82d
[neurun] move api out of frontend (#7873)

- api is now under `neurun`, instead of `neurun/frontend`.
- add dependency for nnfw-header in custom op kernels and apps.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
runtimes/neurun/CMakeLists.txt
runtimes/neurun/api/CMakeLists.txt [moved from runtimes/neurun/frontend/api/CMakeLists.txt with 100% similarity]
runtimes/neurun/api/nnfw_dev.cc [moved from runtimes/neurun/frontend/api/nnfw_dev.cc with 100% similarity]
runtimes/neurun/api/wrapper/nnfw_api.cc [moved from runtimes/neurun/frontend/api/wrapper/nnfw_api.cc with 100% similarity]
runtimes/neurun/api/wrapper/nnfw_api.hpp [moved from runtimes/neurun/frontend/api/wrapper/nnfw_api.hpp with 100% similarity]
tests/custom_op/apps/CMakeLists.txt
tests/custom_op/kernels/CMakeLists.txt