[neurun] Create nodes with OperationFactory (#4563)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 5 Mar 2019 00:33:38 +0000 (09:33 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 5 Mar 2019 00:33:38 +0000 (09:33 +0900)
commit9d55e3e91be4277354a4f8728dfab9c39bec6774
tree591171dccffb2d9b9ac55b296ba5f9aea396e9e6
parent9afd2eadb5912caff49767f8c5995fbcb797a5e5
[neurun] Create nodes with OperationFactory (#4563)

Move the nodes creation from `ANeuralNetworksModel_addOperation` to
`OperationFactory` for the 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/AvgPool2DNode.cc
runtimes/neurun/src/model/operation/AvgPool2DNode.h
runtimes/neurun/src/model/operation/ConcatNode.cc
runtimes/neurun/src/model/operation/ConcatNode.h
runtimes/neurun/src/model/operation/DepthwiseConv2DNode.cc
runtimes/neurun/src/model/operation/DepthwiseConv2DNode.h
runtimes/neurun/src/model/operation/MaxPool2DNode.cc
runtimes/neurun/src/model/operation/MaxPool2DNode.h
runtimes/neurun/test/graph/operation/SetIO.cc