[API] Prototype of C API & test for Neural Network Model
authorjijoong.moon <jijoong.moon@samsung.com>
Fri, 3 Apr 2020 05:16:11 +0000 (14:16 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 6 Apr 2020 09:28:22 +0000 (18:28 +0900)
commit0286ee84fb4a8594b28222c61b9e27592c6f2d49
tree3dc78f4e380a24fac69b88403c11651f54dea038
parentbf603bc9a86cb8902c6e335f1cdec0e8325df860
[API] Prototype of C API & test for Neural Network Model

- Add C API to construct / destruct Neural Network Model object
. ml_nnmodel_construct()
. ml_nnmodel_destruct()

- Add test cases

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: jijoong.moon <jijoong.moon@samsung.com>
15 files changed:
api/capi/include/nntrainer.h [new file with mode: 0644]
api/capi/include/platform/tizen_error.h [new file with mode: 0644]
api/capi/meson.build [new file with mode: 0644]
api/capi/src/nntrainer.cpp [new file with mode: 0644]
api/meson.build [new file with mode: 0644]
debian/control
debian/nntrainer-dev.install
jni/Android.mk
meson.build
meson_options.txt
packaging/nntrainer.spec
test/decayed_learning_rate/Training.ini [deleted file]
test/meson.build [new file with mode: 0644]
test/tizen_capi/meson.build [new file with mode: 0644]
test/tizen_capi/unittest_tizen_capi.cpp [new file with mode: 0644]