[neurun] Extract PlanBuilder into a separate file (#2276)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 13 Aug 2018 10:22:31 +0000 (19:22 +0900)
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 13 Aug 2018 10:22:31 +0000 (19:22 +0900)
commit45f96c4513fc96b49f71e33ce44b178f45b9d12c
tree569abdef275c0e01a4ba5e99b95340bcbf203abd
parent1c95059026a6a7db4249b1aea7ef00328927b6c2
[neurun] Extract PlanBuilder into a separate file (#2276)

Extract PlanBuilder into a separate file and move it to codegen
directory.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/codegen/PlanBuilder.cc [new file with mode: 0644]
runtimes/neurun/src/codegen/PlanBuilder.h [new file with mode: 0644]
runtimes/neurun/src/compilation.cc