[neurun] Move Model class to `model` (#4303)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 25 Jan 2019 00:40:39 +0000 (09:40 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 25 Jan 2019 00:40:39 +0000 (09:40 +0900)
commitcdfb918da2ab99c1610a175648f61874870df95c
tree0dce24e06bf65a370231a0825e052786db783968
parentb3a25eb6599656f7e8cc81faad187cb8502c67ce
[neurun] Move Model class to `model` (#4303)

Move Model class to `model` from `graph` since `Model` represents pure
neural network primitive elements.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/Graph.h
runtimes/neurun/src/model/Model.h [moved from runtimes/neurun/src/graph/Model.h with 87% similarity]