[neurun] Remove class `Plan` (#6450)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 12 Aug 2019 07:21:09 +0000 (16:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 12 Aug 2019 07:21:09 +0000 (16:21 +0900)
commit7f3eb0c7c0c65e5065de29999b9128d17c87a6e5
treec84ae332d19f2220a2b11ace9a0c88233bcbfa83
parent1d9d917015bfc795c429a6802aca5f6bb311d4a6
[neurun] Remove class `Plan` (#6450)

`Plan` is nothing more than a wrapping `FunctionSequence` so it is
redundant. It has been replaced with `FunctionSequence`.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/core/src/compiler/ExecutorFactory.cc
runtimes/neurun/core/src/compiler/Plan.cc [deleted file]
runtimes/neurun/core/src/compiler/Plan.h [deleted file]
runtimes/neurun/core/src/exec/LinearExecutor.cc
runtimes/neurun/core/src/exec/LinearExecutor.h
runtimes/neurun/core/src/exec/interp/ExecEnv.h