[neurun] Introduce "simple" Subgraph emplace method (#6000)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 30 Jul 2019 11:48:41 +0000 (20:48 +0900)
committer이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Tue, 30 Jul 2019 11:48:41 +0000 (20:48 +0900)
commitbb0ac0b559ef39f6fef7b5c78653a9e9207cd04c
tree163e5d3c6f3013cf44a19f3675e17d85fb7ad5d5
parentc93e804599718766a4137c191c1fe42cd7426ada
[neurun] Introduce "simple" Subgraph emplace method (#6000)

This commit introduces "simple" Subgraph empalce method which does not
allocate a Subgraph internally but requires clients to allocate it
instead.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
runtimes/neurun/core/include/model/Subgraphs.h
runtimes/neurun/core/src/model/Subgraphs.cc