[neurun] Introduce Config `EXECUTOR` (#4616)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 7 Mar 2019 01:17:23 +0000 (10:17 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 7 Mar 2019 01:17:23 +0000 (10:17 +0900)
commit35622302f398e09c584dfda27f23cab69d70a6cc
tree8e533daa7cb8f4464a7ce68462f580bb5d71bb60
parentf526233091b1e4135c2eea0c0c01f3f4a9a50ad5
[neurun] Introduce Config `EXECUTOR` (#4616)

Introduce environment variable `EXECUTOR` to specify which executor to
use.

Now we can run with Dataflow Executor with these variables.

```bash
export CPU_MEMORY_PLANNER=Bump
export EXECUTOR=Dataflow
```

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/compiler/Compiler.cc
runtimes/neurun/src/util/config/Config.lst