[ GRAPH ] Remove unused function and add doxygen note accepted/tizen/unified/20201130.122952 submit/tizen/20201127.015104
authorjijoong.moon <jijoong.moon@samsung.com>
Fri, 20 Nov 2020 07:39:23 +0000 (16:39 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 26 Nov 2020 07:27:55 +0000 (16:27 +0900)
commit150ef2e52af4e13e6e168181594b6a0db649e217
tree74d6cd2eb987f6185deb522cdc495e0623c369fd
parent70ecbe717a5e16672cbb6899b42befc2de8dd955
[ GRAPH ] Remove unused function and add doxygen note

In neural network class, there is fucntions which should be moved to
graph.
In this PR, remove member functions which is not used any more and add
doxygen comment in graph header.

**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:
Applications/TransferLearning/CIFAR_Classification/res/Classification.ini
Applications/VGG/jni/main.cpp
api/capi/src/nntrainer.cpp
api/ccapi/include/model.h
nnstreamer/tensor_filter/tensor_filter_nntrainer.cc
nntrainer/graph/network_graph.cpp
nntrainer/graph/network_graph.h
nntrainer/layers/flatten_layer.cpp
nntrainer/layers/layer.cpp
nntrainer/layers/layer_internal.h
nntrainer/models/model_loader.cpp
nntrainer/models/neuralnet.cpp
nntrainer/models/neuralnet.h
test/unittest/unittest_nntrainer_layers.cpp
test/unittest/unittest_nntrainer_models.cpp