[neurun] Move out of the graph of neurun to collect the model's information (#4838)
author장지섭/On-Device Lab(SR)/Engineer/삼성전자 <jiseob.jang@samsung.com>
Tue, 26 Mar 2019 04:56:41 +0000 (13:56 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 26 Mar 2019 04:56:41 +0000 (13:56 +0900)
commit1f2c287b85d295a97ed5e66ef5ba1aac0574c872
tree9a27b59d3dfeecd71121ae327e6866d54e9885fb
parent9568b3915d226d960c5757dbdc38815ce3f685b4
[neurun] Move out of the graph of neurun to collect the model's information (#4838)

This commit moves out of the graph of neurun to collect the model's infomation.

Signed-off-by: jiseob.jang <jiseob.jang@samsung.com>
runtimes/neurun/core/include/graph/Graph.h
runtimes/neurun/core/src/graph/Graph.cc
runtimes/neurun/frontend/nnapi/wrapper/compilation.h
runtimes/neurun/frontend/nnapi/wrapper/model.cc
runtimes/neurun/frontend/nnapi/wrapper/model.h
runtimes/neurun/test/graph/Graph.cc
runtimes/neurun/test/graph/operand/UseDef.cc
runtimes/neurun/test/graph/operation/SetIO.cc
runtimes/neurun/test/graph/verifier/Verifier.cc
runtimes/neurun/test/interp/ExecManager.cc