Introduce interpreter ExecManager (#4747)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 18 Mar 2019 08:24:03 +0000 (17:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 18 Mar 2019 08:24:03 +0000 (17:24 +0900)
commitdb2987e15f94e91bd5c6c3823a53ef4940c19a9a
treec388e00b768e3d178e46273b450fe54455b37d4c
parent043fabd069abfe09fdd1fad9fe1518d4157c1834
Introduce interpreter ExecManager (#4747)

To introduce interpreter ExecManager, rename Interpereter class
ExecManager will handle execution environment and invoke intepreter
Execution environment and interpreter will be introduced as separated module later

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/src/compiler/Compiler.cc
runtimes/neurun/src/exec/interp/ExecManager.cc [moved from runtimes/neurun/src/exec/interp/Interpreter.cc with 92% similarity]
runtimes/neurun/src/exec/interp/ExecManager.h [moved from runtimes/neurun/src/exec/interp/Interpreter.h with 89% similarity]