[neurun] Extract WorkQueue into a separate file (#9279)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 29 Nov 2019 01:24:08 +0000 (10:24 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Fri, 29 Nov 2019 01:24:08 +0000 (10:24 +0900)
commitd3dfba0ea12bd1e3e230de166b337cea3e479c46
treef4aca2deb003e2d095141abf61c0a84c53ab061b
parent65d2be18c8000edac8307f0f3311af9ed8d5ba20
[neurun] Extract WorkQueue into a separate file (#9279)

Extract WorkQueue into a separate file.

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