[neurun] Introduce SUBG_MAX_NODE feature (#9085)
author김용섭/On-Device Lab(SR)/Engineer/삼성전자 <yons.kim@samsung.com>
Thu, 21 Nov 2019 10:31:28 +0000 (19:31 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Thu, 21 Nov 2019 10:31:28 +0000 (19:31 +0900)
commitac463cf6e8bd714bb5a24032026c6f7362efe54e
treea1cadc17d0fba94f698c4a919f03d5f01c99b04c
parentdf5585bdc7833c3ec285b36b07eeb2fe13f09a49
[neurun] Introduce SUBG_MAX_NODE feature (#9085)

* [neurun] Introduce SUBG_MAX_NODE feature

Introduce SUBG_MAX_NODE feature on lower phase
- SUBG_MAX_NODE=n : a subg has a maximum of n node
- SUBG_MAX_NODE=0(default) : a subg has a node or nodes without limit

Signed-off-by: Yongseop Kim <yons.kim@samsung.com>
* cast by static_cast
runtime/neurun/core/include/util/Config.lst
runtime/neurun/core/src/graph/Graph.cc