[Ini] Implement ini deserializer
authorJihoon Lee <jhoon.it.lee@samsung.com>
Mon, 5 Apr 2021 07:11:03 +0000 (16:11 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 9 Apr 2021 04:50:26 +0000 (13:50 +0900)
commitdc9fa87435cf3ceaac7d4ceb5a46f158f1d48d6d
treeb9ad126751abf7b0822dfcbee99f68d6313ecd97
parent66b46c24bac796682d11e13cfb0a2222e7ce2b31
[Ini] Implement ini deserializer

This patch implements ini deserializer as well as changing the interface
signature to get filepath.

Many NYI parts will be implemented soon.

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

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
jni/Android.mk
nntrainer/compiler/ini_interpreter.cpp [new file with mode: 0644]
nntrainer/compiler/ini_interpreter.h [new file with mode: 0644]
nntrainer/compiler/interpreter.h
nntrainer/compiler/meson.build