[neurun] Enable compilation for DataflowExecutor (#4586)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 6 Mar 2019 00:26:35 +0000 (09:26 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 6 Mar 2019 00:26:35 +0000 (09:26 +0900)
commit7d56d4d85e7a4b2b982a33c2db34e0d3b752fd1c
tree5a0964f6ba3d8341555375516e05358888f6377d
parent583a36048a8dd9c597557cff41fe0dc427bd8f9c
[neurun] Enable compilation for DataflowExecutor (#4586)

* [neurun] Enable compilation for DataflowExecutor

This enables compilation compiles to DataflowExecutor. Currently it uses
only Executor, however the `use_dataflow_executor` will be decided with
a config value.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
* Set use_dataflow_executor = false

As default is Executor(Linear).

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