[neurun] Replace Model with Graph in ExecEnv (#9287)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Mon, 2 Dec 2019 01:10:06 +0000 (04:10 +0300)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 2 Dec 2019 01:10:06 +0000 (10:10 +0900)
commita23680f6f8554f88b3a09be526f63d2294d6c085
treeb408bc07a83d103582959c8cd69d53565e0f2052
parent23d29be56fcc8dc3aa1995574c4dbc2e66ac0948
[neurun] Replace Model with Graph in ExecEnv (#9287)

* Change `ExecEnv` to accept `Graph` instead of `Model`.
* Replace `ExecEnv::model` with `ExecEnv::graph`.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
runtime/neurun/core/src/exec/interp/ExecEnv.h
runtime/neurun/core/src/exec/interp/ExecManager.cc
runtime/neurun/core/src/exec/interp/Interpreter.cc
runtime/neurun/core/src/exec/interp/operations/AvgPool2D.cc
runtime/neurun/core/src/exec/interp/operations/Conv2D.cc
runtime/neurun/core/src/exec/interp/operations/DepthwiseConv.cc
runtime/neurun/core/src/exec/interp/operations/MaxPool2D.cc
runtime/neurun/core/src/exec/interp/operations/Reshape.cc
runtime/neurun/core/src/exec/interp/operations/SoftMax.cc