Move input and output setting into Executor class (#4293)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 23 Jan 2019 23:39:33 +0000 (08:39 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 23 Jan 2019 23:39:33 +0000 (08:39 +0900)
commit0f812d444edb37d399e371a1a03476cb061f6465
treef1c1ee5cfbfcd8f521665478a24e9afd1cbbd1e9
parentd76bba83ab5692d32792fc926fc752c7b87de22e
Move input and output setting into Executor class (#4293)

* Move input and output setting into Executor class

Move source (input setting) and sink (output setting) into Executor class

* Fix source list name to same as directory name

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
runtimes/neurun/CMakeLists.txt
runtimes/neurun/src/exec/Executor.cc [new file with mode: 0644]
runtimes/neurun/src/exec/Executor.h
runtimes/neurun/src/frontend/execution.cc
runtimes/neurun/src/frontend/wrapper/execution.cc
runtimes/neurun/src/frontend/wrapper/execution.h