[Fix] Output layer setup correctly
authorJihoon Lee <jhoon.it.lee@samsung.com>
Mon, 24 May 2021 11:21:25 +0000 (20:21 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 27 May 2021 06:33:35 +0000 (15:33 +0900)
commit16eb0a93eaf9d59d298c4ccfc5cbdb3c1e9f08bb
tree726535aaa17673413c02a11b63d77ffc21201c0b
parente4a7b5438e5619224b37056893a9a8efc24ed9c3
[Fix] Output layer setup correctly

There was a bug that output layer is not set correctly because of the
timing issue and overlapping checker issue.
This patch sets output layer correctly.

**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>
nntrainer/graph/network_graph.cpp
nntrainer/graph/network_graph.h
nntrainer/models/neuralnet.cpp