[neurun] Extract OperandContext from Plan (#4834)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 25 Mar 2019 10:19:15 +0000 (19:19 +0900)
committer이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Mon, 25 Mar 2019 10:19:15 +0000 (19:19 +0900)
commit8ccf064eaa0b0dae0178772b9630e2da7065afb2
tree0ff47433b42673ad98583630f468d19080d833cc
parent6a4aba2036f68d9875036659878f04e2eacae720
[neurun] Extract OperandContext from Plan (#4834)

Extract OperandContext from Plan so OperandContext can be merged in
ExecutorBase. (Both Executor and DataflowExecutor contains
OperandContext so we can promote it to ExecutorBase, later.)

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