[neurun] Create all nodes with OperationFactory (#4567)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 5 Mar 2019 02:42:09 +0000 (11:42 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 5 Mar 2019 02:42:09 +0000 (11:42 +0900)
commit8c424e26f330d0a65608a4490bdd1d602ebb5a71
treebdc629661d7076f63fe9460b65d20dd666459141
parentfea01f23fce1521bb8c887df92597080e4b83df2
[neurun] Create all nodes with OperationFactory (#4567)

Move the nodes creation from `ANeuralNetworksModel_addOperation` to
`OperationFactory` for all 3 nodes that are still not moved.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/frontend/wrapper/OperationFactory.cc
runtimes/neurun/src/frontend/wrapper/model.cc
runtimes/neurun/src/model/operation/FullyConnectedNode.cc
runtimes/neurun/src/model/operation/FullyConnectedNode.h
runtimes/neurun/src/model/operation/ReshapeNode.cc
runtimes/neurun/src/model/operation/ReshapeNode.h
runtimes/neurun/src/model/operation/SoftmaxNode.cc
runtimes/neurun/src/model/operation/SoftmaxNode.h