Introduce C++ wrapper for NN APIs
authorHyung-Kyu Choi <hk0110.choi@samsung.com>
Wed, 28 Mar 2018 03:55:58 +0000 (12:55 +0900)
committer최형규/동작제어Lab(SR)/Senior Engineer/삼성전자 <hk0110.choi@samsung.com>
Wed, 28 Mar 2018 07:47:00 +0000 (16:47 +0900)
commit18ea5a1bb0163beb226a16ea99357b57109df5ed
treead66f7af0deae2395758ff4ac578e2463a586460
parenta880bb432f1da5c3ba33d241f7c33d6a948f6a97
Introduce C++ wrapper for NN APIs

- Introduce C++ wrapper for NN APIs, becuase this wrapper is used by unit
  tests of Android NN using gtest
- Introduce a test using C++ wrapper

Signed-off-by: Hyung-Kyu Choi <hk0110.choi@samsung.com>
src/runtime/ref/nn/runtime/CMakeLists.txt
src/runtime/ref/nn/runtime/include/NeuralNetworksWrapper.h [new file with mode: 0644]
src/runtime/ref/nn/runtime/main_cplusplus.cpp [new file with mode: 0644]