[neurun] Promote OperandContext to ExecutorBase (#4864)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 26 Mar 2019 23:57:50 +0000 (08:57 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 26 Mar 2019 23:57:50 +0000 (08:57 +0900)
commit5dd190b6169981701b0ab9c6415cd152a32c734d
tree47dd5966f2bc0c81a8011bcc783fdd0761a4b0d5
parent7387f4f04ddb748aa35c31c2783e6f94d511ecfc
[neurun] Promote OperandContext to ExecutorBase (#4864)

As all the executors have OperandContext in common, we can promote it to
its base class `ExecutorBase`.

Part of #4823

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