[neurun] Introduce Job for DataflowExecutor (#4492)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 26 Feb 2019 07:48:54 +0000 (16:48 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 26 Feb 2019 07:48:54 +0000 (16:48 +0900)
commit491688cb2680fa2864e71f1c955aef32b1d12d92
tree14587bd6883fc546814f65003be328c836f64df3
parentb37be196d6109ccbc86f3a670603d2705ee7310b
[neurun] Introduce Job for DataflowExecutor (#4492)

Introduce Job class that is used by DataflowExecutor. This class is for
notified-run-notify mechanism.

- Once all waiting nodes are notified, this node can be executed
- Schedule this node and run
- After execution notify its outputs to awaiting nodes

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/exec/Job.cc [new file with mode: 0644]
runtimes/neurun/src/exec/Job.h [new file with mode: 0644]