nnfw API implementation skeleton (#5527)
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 2 Jul 2019 05:33:28 +0000 (14:33 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 2 Jul 2019 05:33:28 +0000 (14:33 +0900)
commit1fd88be46d5606142afc731099935ced05ada459
tree33b791e7f1de374ff74acf2e166dbd5bf4089c09
parente468408755a1e310b2586bfb62a6c6640fd9875c
nnfw API implementation skeleton (#5527)

- c++ wrapper for nnfw.h in api/wrapper
- empty implementation

Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
runtimes/neurun/frontend/api/CMakeLists.txt [new file with mode: 0644]
runtimes/neurun/frontend/api/nnfw_dev.cc [new file with mode: 0644]
runtimes/neurun/frontend/api/wrapper/nnfw_api.cc [new file with mode: 0644]
runtimes/neurun/frontend/api/wrapper/nnfw_api.hpp [new file with mode: 0644]