[neuralnet] Handle adding layer with compiled model
authorParichay Kapoor <pk.kapoor@samsung.com>
Wed, 17 Jun 2020 06:14:05 +0000 (15:14 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 18 Jun 2020 01:14:37 +0000 (10:14 +0900)
commit962ab905ec28c60d649758cb615623272320fe2e
tree0d85ee5b15ede86207af20f9052351f369d58c70
parentad12c802ad45f517401db56b28f0528c13f3c186
[neuralnet] Handle adding layer with compiled model

This PR handles the case when a layer is added after a model has been compiled
Currently it has been set to give out error

Signed-off-by: Parichay Kapoor <pk.kapoor@samsung.com>
nntrainer/include/neuralnet.h
nntrainer/src/neuralnet.cpp
test/tizen_capi/unittest_tizen_capi.cpp