[neurun] Remove Planner implementation (#3560)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 13 Nov 2018 09:34:26 +0000 (18:34 +0900)
committer이춘석/동작제어Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>
Tue, 13 Nov 2018 09:34:26 +0000 (18:34 +0900)
commit2023f8c09264d5d8064108280390d011a140fd49
tree590c6bcc57b53a97b90f8180b966cc203837a936
parentf91a9e27c289c131c9361198370578ebe14feebb
[neurun] Remove Planner implementation (#3560)

Now that we are able to have uniform planning procedure for all Nodes,
We do not need Planner class anymore. The planning procedure is now
unified and moved to `compilation.cc` but Planner class is left for
assertion checks which will be renamed as `OperationAsserter` later.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/codegen/Planner.cc
runtimes/neurun/src/codegen/Planner.h
runtimes/neurun/src/frontend/wrapper/compilation.cc