Remove global variables to parse the configuration file
authorjijoong.moon <jijoong.moon@samsung.com>
Tue, 7 Apr 2020 23:21:04 +0000 (08:21 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Wed, 8 Apr 2020 22:10:16 +0000 (07:10 +0900)
commitc8340b9b523e385bc723664399a8f0695f100af3
tree2449614ac5ce374fae6075a9cd36732a621a16f9
parent62c1fc56e36d7dcc358dd6d87ba22e5f471d1d00
Remove global variables to parse the configuration file

There is no reason to be global because only one function use these
global variables.

**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>
nntrainer/src/neuralnet.cpp