[neurun] Fix Concat Elimination was not working (#4538)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Mon, 4 Mar 2019 02:00:30 +0000 (11:00 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 4 Mar 2019 02:00:30 +0000 (11:00 +0900)
commit7783a6cc9b0a6a72cfe95e975f51537bdc20ae10
tree4e77b81c4dbfb946f867c455e225db7ee2b849ab
parentdbde56cd4a6134760cc06a5c1e167be952547880
[neurun] Fix Concat Elimination was not working (#4538)

Implement default implementation for `NodeVisitor::visit(Subgraph)`.
Remove override implementation of `IStageGenerator`.
The default implementation is NOP so SubTensorAnalyzer was not working.
SubTensorAnalyzer changes are necessary for this commit otherwise it
crashes.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/backend/interface/IStageGenerator.h
runtimes/neurun/src/compiler/Compiler.cc
runtimes/neurun/src/compiler/SubTensorAnalyzer.cc
runtimes/neurun/src/compiler/SubTensorAnalyzer.h
runtimes/neurun/src/model/operation/NodeVisitor.h