[neurun] Replace IExecutor::model with IExecutor::graph (#9286)
authorSergei Barannikov/AI Tools Lab /SRR/Engineer/Samsung Electronics <s.barannikov@samsung.com>
Fri, 29 Nov 2019 06:59:45 +0000 (09:59 +0300)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 29 Nov 2019 06:59:45 +0000 (15:59 +0900)
commit80085eac0e49e5e1f042f9657f9798bf8705ae4d
tree0f56dc2ece9efa8dc766d071ceb5fc49ee70604d
parentdf2ec9ea6d640875ae445755f3ceb2a1e8a6526e
[neurun] Replace IExecutor::model with IExecutor::graph (#9286)

Replace IExecutor::model (returning Model) with IExecutor::graph, which returns graph. Do the same in derived classes also.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
runtime/neurun/core/include/exec/Execution.h
runtime/neurun/core/include/exec/IExecutor.h
runtime/neurun/core/src/exec/Execution.cc
runtime/neurun/core/src/exec/ExecutionObservers.cc
runtime/neurun/core/src/exec/ExecutorBase.h
runtime/neurun/core/src/exec/interp/ExecManager.h