use std::shared_ptr instead of pointer of instance
authorjijoong.moon <jijoong.moon@samsung.com>
Fri, 8 May 2020 10:49:18 +0000 (19:49 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Mon, 11 May 2020 08:18:14 +0000 (17:18 +0900)
commite42730fa539daba2066e8fb9d0c628b1c19cc4ec
tree886fba0997772dc340765d3ff17267126926597c
parentfa301341389b6d7fbbe2f2b8d7884da4883b383a
use std::shared_ptr instead of pointer of instance

using std::shared_ptr to handle heap memory space

**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>
api/capi/include/nntrainer_internal.h
api/capi/src/nntrainer.cpp
nntrainer/include/layers.h
nntrainer/include/neuralnet.h
nntrainer/src/layers.cpp
nntrainer/src/neuralnet.cpp